Skip to content

Commit 3ef34d8

Browse files
committed
Updated classifiers.
1 parent 2282a38 commit 3ef34d8

File tree

4 files changed

+24
-13
lines changed

4 files changed

+24
-13
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ ipython_config.py
8686
Pipfile.lock
8787
.pyre/
8888
Tokens
89+
rh.bat

repo_helper.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ enable_conda: false
1212

1313
additional_ignore:
1414
- Tokens
15+
- rh.bat
1516

1617
console_scripts:
1718
- "repo_helper = repo_helper.__main__:main"
@@ -43,6 +44,11 @@ classifiers:
4344
- 'Intended Audience :: Developers'
4445
- 'Topic :: Software Development :: Libraries :: Python Modules'
4546
- 'Topic :: Utilities'
47+
- 'Topic :: Software Development :: Build Tools'
48+
- 'Topic :: Software Development :: Version Control :: Git'
49+
- 'Topic :: System :: Archiving :: Packaging'
50+
- 'Topic :: System :: Software Distribution'#
51+
- 'Environment :: Console'
4652

4753
extra_sphinx_extensions:
4854
- configconfig.autoconfig

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ classifiers =
3333
Programming Language :: Python :: 3.9
3434
Programming Language :: Python :: Implementation :: CPython
3535
Programming Language :: Python :: Implementation :: PyPy
36+
Topic :: Software Development :: Build Tools
3637
Topic :: Software Development :: Libraries :: Python Modules
38+
Topic :: Software Development :: Version Control :: Git
39+
Topic :: System :: Archiving :: Packaging
40+
Topic :: System :: Software Distribution
3741
Topic :: Utilities
3842
Typing :: Typed
3943

tox.ini

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,19 +65,6 @@ deps =
6565
-r{toxinidir}/doc-source/requirements.txt
6666
commands = sphinx-build -M html . ./build {posargs}
6767

68-
[testenv:smoke]
69-
setenv =
70-
PIP_USE_FEATURE = 2020-resolver
71-
PYTHONDEVMODE = 1
72-
passenv =
73-
GITHUB_ACTIONS
74-
deps =
75-
twine>=3.2.0
76-
check-wheel-contents>=0.1.0
77-
commands =
78-
python --version
79-
python smoke_test.py
80-
8168
[testenv:build]
8269
skip_install = True
8370
changedir = {toxinidir}
@@ -195,3 +182,16 @@ package = repo_helper
195182
[pytest]
196183
addopts = --color yes --durations 25
197184
timeout = 300
185+
186+
[testenv:smoke]
187+
setenv =
188+
PIP_USE_FEATURE = 2020-resolver
189+
PYTHONDEVMODE = 1
190+
passenv =
191+
GITHUB_ACTIONS
192+
deps =
193+
twine>=3.2.0
194+
check-wheel-contents>=0.1.0
195+
commands =
196+
python --version
197+
python smoke_test.py

0 commit comments

Comments
 (0)