mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Merge pull request #173 from PetrDlouhy/fix_source_installation
fix installation from source
This commit is contained in:
commit
ba261269a4
3 changed files with 9 additions and 6 deletions
0
categories/api/__init__.py
Normal file
0
categories/api/__init__.py
Normal file
|
|
@ -1,6 +1,6 @@
|
|||
-r test.txt
|
||||
|
||||
bump2version>=1.0.1
|
||||
git-fame>=1.12.2
|
||||
generate-changelog
|
||||
git-fame>=1.12.2
|
||||
pre-commit
|
||||
|
|
|
|||
13
setup.cfg
13
setup.cfg
|
|
@ -25,13 +25,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