mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
fix installation from source
This commit is contained in:
parent
60374fa7f4
commit
5c62a4a470
2 changed files with 8 additions and 5 deletions
0
categories/api/__init__.py
Normal file
0
categories/api/__init__.py
Normal file
13
setup.cfg
13
setup.cfg
|
|
@ -24,13 +24,16 @@ classifiers =
|
|||
[options]
|
||||
zip_safe = False
|
||||
include_package_data = True
|
||||
packages = find:
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
example*
|
||||
docs
|
||||
build
|
||||
include = categories
|
||||
exclude =
|
||||
example*
|
||||
docs
|
||||
build
|
||||
include =
|
||||
categories
|
||||
categories.*
|
||||
|
||||
[flake8]
|
||||
ignore = D203,W503,E501
|
||||
|
|
|
|||
Loading…
Reference in a new issue