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 bd2a464 commit 6270a88Copy full SHA for 6270a88
setup.cfg
@@ -27,6 +27,7 @@ license_files =
27
NOTICE
28
AUTHORS.rst
29
CHANGELOG.rst
30
+ CODE_OF_CONDUCT.rst
31
32
[options]
33
package_dir =
@@ -37,7 +38,7 @@ zip_safe = false
37
38
39
setup_requires = setuptools_scm[toml] >= 4
40
-python_requires = >=3.6.*
41
+python_requires = >=3.7
42
43
install_requires =
44
@@ -50,8 +51,10 @@ where = src
50
51
testing =
52
pytest >= 6, != 7.0.0
53
pytest-xdist >= 2
- aboutcode-toolkit >= 6.0.0
54
+ aboutcode-toolkit >= 7.0.2
55
+ twine
56
black
57
+ isort
58
59
docs =
60
Sphinx >= 3.3.1
0 commit comments