Skip to content

Commit

Permalink
fix installation from source
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Sep 22, 2022
1 parent c345618 commit 5e0bdeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
Empty file added categories/api/__init__.py
Empty file.
13 changes: 8 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e0bdeb

Please sign in to comment.