Skip to content

Commit 18b0d56

Browse files
chriswmackeyChris Mackey
authored andcommitted
fix(setup): Ensure setup.py can find extras-requirements
1 parent 3fcf7ac commit 18b0d56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
"License :: OSI Approved :: GNU Affero General Public License v3",
3434
"Operating System :: OS Independent"
3535
],
36-
license="AGPL-3.0"
36+
license="AGPL-3.0",
37+
zip_safe=False
3738
)

0 commit comments

Comments
 (0)