We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e478f commit ec0b54eCopy full SHA for ec0b54e
2 files changed
setup.cfg
@@ -1,13 +1,8 @@
1
[bdist_wheel]
2
universal=1
3
4
-[build_sphinx]
5
-source-dir = docs
6
-build-dir = docs/build
7
-all_files = 1
8
-
9
[aliases]
10
test=pytest
11
12
[tool:pytest]
13
-addopts = --cov=mastodon
+addopts = --cov=blurhash
setup.py
@@ -8,7 +8,7 @@
setup(name='blurhash',
version='1.0.0',
description='Pure-Python implementation of the blurhash algorithm.',
- packages=['mastodon'],
+ packages=['blurhash'],
install_requires=[],
tests_require=test_deps,
14
extras_require=extras,
0 commit comments