|
|
@ -1,7 +1,5 @@ |
|
|
|
[metadata] |
|
|
|
name = pEp |
|
|
|
#TODO: automate version pull from hg/git |
|
|
|
version = 2.2.0-RC1 |
|
|
|
url = https://pep.foundation |
|
|
|
download_url = |
|
|
|
ext_package = pEp |
|
|
@ -33,6 +31,11 @@ python_requires = >= 3.6 |
|
|
|
test_suite = tests |
|
|
|
setup_requires = |
|
|
|
setuptools >=38.3.0 |
|
|
|
# To automatically write the version from a SCM. |
|
|
|
# Note: It fails with tags named as `Release_2.2.0-RC0`, because it is |
|
|
|
# not conforming to semantic versioning, but it succeed with tags as |
|
|
|
# `2.2.0-rc0`. |
|
|
|
setuptools_scm |
|
|
|
install_requires = |
|
|
|
setuptools >=38.3.0 |
|
|
|
tests_require = |
|
|
|