Skip to content

Commit 5febefb

Browse files
committed
Fix hanging tag chars in setup.cfg
Signed-off-by: Steven Esser <sesser@nexb.com>
1 parent 565feee commit 5febefb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ description = skeleton
1010
long_description = file:README.rst
1111
url = https://github.com/nexB/skeleton
1212
classifiers =
13-
Development Status :: 5 - Production/Stable
14-
Intended Audience :: Developers
15-
Programming Language :: Python :: 3
16-
Programming Language :: Python :: 3 :: Only
13+
Development Status :: 5 - Production/Stable
14+
Intended Audience :: Developers
15+
Programming Language :: Python :: 3
16+
Programming Language :: Python :: 3 :: Only
1717
Topic :: Software Development
1818
Topic :: Utilities
1919
keywords =
@@ -32,6 +32,6 @@ where=src
3232

3333
[options.extras_require]
3434
testing =
35-
# upstream
36-
pytest >= 6
37-
pytest-xdist >= 2
35+
# upstream
36+
pytest >= 6
37+
pytest-xdist >= 2

0 commit comments

Comments
 (0)