Skip to content

Commit 9e4711c

Browse files
committed
PEP518: update toml & manifest
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
1 parent 5d0cac2 commit 9e4711c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

MANIFEST.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
include *.rst LICENSE requirements.txt
1+
include *.rst LICENSE requirements.txt pyproject.toml
22
global-exclude *.c
33
exclude Makefile
44
prune tools
5-
exclude .travis.yml appveyor.yml azure-pipelines.yml
6-
exclude tox.ini pytest.ini .coveragerc
5+
exclude .travis.yml appveyor.yml azure-pipelines.yml .pyup.yml
6+
exclude tox.ini pytest.ini .coveragerc .pylintrc
7+
exclude .gitignore .dockerignore
78
prune test
89
prune .github
910
prune .azure_pipelines

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
requires = [
55
"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
66
"wheel",
7+
"setuptools_scm",
78
]
89

910
[tool.black]

0 commit comments

Comments
 (0)