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
c345618eef
commit
5e0bdebb87
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
|
|
@ -25,13 +25,16 @@ classifiers =
|
||||||
[options]
|
[options]
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
|
packages = find:
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
exclude =
|
exclude =
|
||||||
example*
|
example*
|
||||||
docs
|
docs
|
||||||
build
|
build
|
||||||
include = categories
|
include =
|
||||||
|
categories
|
||||||
|
categories.*
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = D203,W503,E501
|
ignore = D203,W503,E501
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue