Skip to content

Commit 6270a88

Browse files
committed
Add COC to redistributed license-like files
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent bd2a464 commit 6270a88

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ license_files =
2727
NOTICE
2828
AUTHORS.rst
2929
CHANGELOG.rst
30+
CODE_OF_CONDUCT.rst
3031

3132
[options]
3233
package_dir =
@@ -37,7 +38,7 @@ zip_safe = false
3738

3839
setup_requires = setuptools_scm[toml] >= 4
3940

40-
python_requires = >=3.6.*
41+
python_requires = >=3.7
4142

4243
install_requires =
4344

@@ -50,8 +51,10 @@ where = src
5051
testing =
5152
pytest >= 6, != 7.0.0
5253
pytest-xdist >= 2
53-
aboutcode-toolkit >= 6.0.0
54+
aboutcode-toolkit >= 7.0.2
55+
twine
5456
black
57+
isort
5558

5659
docs =
5760
Sphinx >= 3.3.1

0 commit comments

Comments
 (0)