Skip to content

Commit 85cdc8a

Browse files
committed
add attrs to setup_requires as well.
The top level module imports attr. Might be a better way to do this.
1 parent 07c4448 commit 85cdc8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
description="A common JSON/YAML based format for compact model specification",
1616
long_description=open("README.md").read(),
1717
long_description_content_type="text/markdown",
18+
setup_requires=["attrs"],
1819
install_requires=["pyyaml", "numpy", "tabulate", 'attrs', 'cattrs', 'docstring-parser'],
1920
classifiers=[
2021
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)