Commit 82c38f21 by Sébastien Eustace

Add missing test setup.cfg

parent 2464b15e
...@@ -25,7 +25,7 @@ pip-log.txt ...@@ -25,7 +25,7 @@ pip-log.txt
/test.py /test.py
/test_*.* /test_*.*
setup.cfg /setup.cfg
MANIFEST.in MANIFEST.in
/setup.py /setup.py
/docs/site/* /docs/site/*
......
[metadata]
name = with-setup-cfg
version = 1.2.3
[options]
zip_safe = true
python_requires = >=2.6,!=3.0,!=3.1,!=3.2,!=3.3
setup_requires = setuptools>=36.2.2
install_requires =
six
tomlkit
[options.extras_require]
validation =
cerberus
tests =
pytest
pytest-xdist
pytest-cov
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment