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:
104
104
tox-environment :
105
105
- docs
106
106
- style
107
+ - pkglint
107
108
108
109
steps :
109
110
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = virtualenvwrapper
3
3
author = Doug Hellmann
4
- author-email = doug@doughellmann.com
4
+ author_email = doug@doughellmann.com
5
5
summary = Enhancements to virtualenv
6
- description-file = README.txt
6
+ description_file = README.txt
7
7
license = MIT
8
8
classifier =
9
9
Development Status :: 5 - Production/Stable
10
10
License :: OSI Approved :: MIT License
11
11
Programming Language :: Python
12
- Programming Language :: Python :: 2
13
- Programming Language :: Python :: 2.6
14
- Programming Language :: Python :: 2.7
15
12
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
21
18
Environment :: Console
22
19
keywords =
23
20
virtualenv
24
- home-page = https://virtualenvwrapper.readthedocs.io/
21
+ home_page = https://virtualenvwrapper.readthedocs.io/
25
22
zip_safe = False
26
23
27
24
[files]
Original file line number Diff line number Diff line change @@ -35,3 +35,13 @@ deps =
35
35
-r{toxinidir}/requirements.txt
36
36
-r{toxinidir}/docs/requirements.txt
37
37
commands = 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