Add pyinvoke task
Ensure git tag matches package versions before uploading
This commit is contained in:
15
setup.cfg
15
setup.cfg
@@ -35,13 +35,20 @@ install_requires =
|
||||
swagger-ui-bundle
|
||||
|
||||
[options.extras_require]
|
||||
test = pytest==6.1.2; pytest-aiohttp==0.3.0; pytest-cov==2.10.1
|
||||
ci = pytest==6.1.2; pytest-aiohttp==0.3.0; pytest-cov==2.10.1; codecov==2.1.11; readme-renderer==29.0
|
||||
test =
|
||||
pytest==6.1.2
|
||||
pytest-aiohttp==0.3.0
|
||||
pytest-cov==2.10.1
|
||||
readme-renderer==29.0
|
||||
ci =
|
||||
%(test)s
|
||||
codecov==2.1.11
|
||||
twine==3.4.2
|
||||
|
||||
[options.packages.find]
|
||||
exclude =
|
||||
tests
|
||||
demo
|
||||
tests*
|
||||
demo*
|
||||
|
||||
[options.package_data]
|
||||
aiohttp_pydantic.oas = index.j2
|
||||
|
||||
Reference in New Issue
Block a user