We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565feee commit 5febefbCopy full SHA for 5febefb
1 file changed
setup.cfg
@@ -10,10 +10,10 @@ description = skeleton
10
long_description = file:README.rst
11
url = https://github.com/nexB/skeleton
12
classifiers =
13
- Development Status :: 5 - Production/Stable
14
- Intended Audience :: Developers
15
- Programming Language :: Python :: 3
16
- Programming Language :: Python :: 3 :: Only
+ Development Status :: 5 - Production/Stable
+ Intended Audience :: Developers
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3 :: Only
17
Topic :: Software Development
18
Topic :: Utilities
19
keywords =
@@ -32,6 +32,6 @@ where=src
32
33
[options.extras_require]
34
testing =
35
- # upstream
36
- pytest >= 6
37
- pytest-xdist >= 2
+ # upstream
+ pytest >= 6
+ pytest-xdist >= 2
0 commit comments