File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed
Expand file tree Collapse file tree 3 files changed +19
-11
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- 4+ 55summary = Enhancements to virtualenv
6- description-file = README.txt
6+ description_file = README.txt
77license = MIT
88classifier =
99 Development Status :: 5 - Production/Stable
1010 License :: OSI Approved :: MIT License
1111 Programming Language :: Python
12- Programming Language :: Python :: 2
13- Programming Language :: Python :: 2.6
14- Programming Language :: Python :: 2.7
1512 Programming Language :: Python :: 3
16- Programming Language :: Python :: 3.3
17- Programming Language :: Python :: 3.4
18- Programming Language :: Python :: 3.5
19- Programming Language :: Python :: 3.6
20- Intended Audience :: Developers
13+ Programming Language :: Python :: 3.8
14+ Programming Language :: Python :: 3.9
15+ Programming Language :: Python :: 3.10
16+ Programming Language :: Python :: 3.11
17+ Intended Audience :: Developers
2118 Environment :: Console
2219keywords =
2320 virtualenv
24- home-page = https://virtualenvwrapper.readthedocs.io/
21+ home_page = https://virtualenvwrapper.readthedocs.io/
2522zip_safe = False
2623
2724[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