Skip to content

Commit

Permalink
fix(build): remove obsolete files from build
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Mar 2, 2022
1 parent 2ebec72 commit ffa82e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ classifiers = [
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content",
]
include = ["CHANGELOG.md"]
exclude = [
"manabi/__main__.py",
"manabi/*_test.py",
"manabi/data",
]

[tool.poetry.dependencies]
python = ">=3.7, <4"
Expand Down

0 comments on commit ffa82e9

Please sign in to comment.