Skip to content

Commit

Permalink
PEP518: update toml & manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
  • Loading branch information
penguinolog committed Jan 30, 2019
1 parent d632327 commit 89b7af3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MANIFEST.in
@@ -1,9 +1,10 @@
include *.rst LICENSE requirements.txt
include *.rst LICENSE requirements.txt pyproject.toml
global-exclude *.c
exclude Makefile
prune tools
exclude .travis.yml appveyor.yml azure-pipelines.yml
exclude tox.ini pytest.ini .coveragerc
exclude .travis.yml appveyor.yml azure-pipelines.yml .pyup.yml
exclude tox.ini pytest.ini .coveragerc .pylintrc
exclude .gitignore .dockerignore
prune test
prune .github
prune .azure_pipelines
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -4,6 +4,7 @@
requires = [
"setuptools >= 21.0.0,!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0", # PSF/ZPL
"wheel",
"setuptools_scm",
]

[tool.black]
Expand Down

0 comments on commit 89b7af3

Please sign in to comment.