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.
2 parents a97e6e3 + b47c36e commit 44cb725Copy full SHA for 44cb725
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