mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 14:20:24 +00:00
fix "Multiple top-level packages discovered" error with new setuptools
This commit is contained in:
parent
653714c5bb
commit
41d00ff78a
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -47,4 +47,5 @@ requirements = parse_reqs("requirements.txt")
|
|||
|
||||
setup(
|
||||
install_requires=requirements,
|
||||
py_modules=[],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue