Skip to content

Commit b47c36e

Browse files
committed
Format Python code
1 parent 3b77207 commit b47c36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
url="https://github.com/mikeheddes/hdc-lib",
1515
license="MIT",
1616
install_requires=open("requirements.txt").readlines(),
17-
packages=find_packages(exclude=['docs', 'hdc.tests', 'examples']),
17+
packages=find_packages(exclude=["docs", "hdc.tests", "examples"]),
1818
python_requires=">=3.6, <4",
1919
project_urls={
2020
"Source": "https://github.com/mikeheddes/hdc-lib/",

0 commit comments

Comments
 (0)