File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ classifiers =
27
27
Operating System :: OS Independent
28
28
Programming Language :: Python
29
29
Programming Language :: Python :: 3 :: Only
30
- Programming Language :: Python :: 3.10
31
30
Programming Language :: Python :: 3.6
32
31
Programming Language :: Python :: 3.7
33
32
Programming Language :: Python :: 3.8
34
33
Programming Language :: Python :: 3.9
34
+ Programming Language :: Python :: 3.10
35
35
Programming Language :: Python :: Implementation :: CPython
36
36
Programming Language :: Python :: Implementation :: PyPy
37
37
Topic :: Software Development :: Libraries :: Python Modules
@@ -45,9 +45,9 @@ packages = find:
45
45
46
46
[options.packages.find]
47
47
exclude =
48
+ doc-source
48
49
tests
49
50
tests.*
50
- doc-source
51
51
52
52
[mypy]
53
53
python_version = 3.6
You can’t perform that action at this time.
0 commit comments