Skip to content

Commit e480c6d

Browse files
author
Sylvain MARIE
committed
Fixed setup.cfg
1 parent 8c554f5 commit e480c6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers =
2727
Programming Language :: Python :: 3.6
2828
Programming Language :: Python :: 3.7
2929
Programming Language :: Python :: 3.8
30+
Programming Language :: Python :: 3.9
3031
Framework :: Pytest
3132

3233
[options]
@@ -144,6 +145,6 @@ exclude =
144145
tests
145146
noxfile.py
146147
setup.py
147-
pytest_cases/tests
148+
tests
148149
_version.py
149-
pytest_cases/_version.py
150+
src/_version.py

0 commit comments

Comments
 (0)