File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ jobs:
104104 tox-environment :
105105 - docs
106106 - style
107+ - pkglint
107108
108109 steps :
109110 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 11[metadata]
22name = virtualenvwrapper
33author = Doug Hellmann
4- author-email = doug@doughellmann.com
4+ author_email = doug@doughellmann.com
55summary = Enhancements to virtualenv
6- description-file = README.txt
6+ description_file = README.txt
77license = MIT
88classifier =
99 Development Status :: 5 - Production/Stable
@@ -21,7 +21,7 @@ classifier =
2121 Environment :: Console
2222keywords =
2323 virtualenv
24- home-page = https://virtualenvwrapper.readthedocs.io/
24+ home_page = https://virtualenvwrapper.readthedocs.io/
2525zip_safe = False
2626
2727[files]
Original file line number Diff line number Diff line change @@ -35,3 +35,13 @@ deps =
3535 -r{toxinidir}/requirements.txt
3636 -r{toxinidir}/docs/requirements.txt
3737commands = python setup.py build_sphinx
38+
39+ [testenv:pkglint]
40+ deps =
41+ pbr
42+ twine
43+ check-python-versions
44+ commands =
45+ python setup.py sdist
46+ twine check dist/*.tar.gz
47+ check-python-versions --only setup.py,setup.cfg,.github/workflows/test.yml
You can’t perform that action at this time.
0 commit comments