We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b77207 commit b47c36eCopy full SHA for b47c36e
setup.py
@@ -14,7 +14,7 @@
14
url="https://github.com/mikeheddes/hdc-lib",
15
license="MIT",
16
install_requires=open("requirements.txt").readlines(),
17
- packages=find_packages(exclude=['docs', 'hdc.tests', 'examples']),
+ packages=find_packages(exclude=["docs", "hdc.tests", "examples"]),
18
python_requires=">=3.6, <4",
19
project_urls={
20
"Source": "https://github.com/mikeheddes/hdc-lib/",
0 commit comments