activated requires-dist

This commit is contained in:
surya teja reddy valluri 2019-06-06 05:30:14 -07:00
parent 9c935ace74
commit 1d7a5690a3

View file

@ -17,15 +17,15 @@ url = https://gitlab.com/pycqa/flake8
# # http://flake8.pycqa.org/en/latest/faq.html#why-does-flake8-use-ranges-for-its-dependencies
# # And in which releases we will update those ranges here:
# # http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
# requires-dist =
# enum34; python_version<"3.4"
# typing; python_version<"3.5"
# configparser; python_version<"3.2"
# functools32; python_version<"3.2"
# entrypoints >= 0.3.0, < 0.4.0
# pyflakes >= 2.1.0, < 2.2.0
# pycodestyle >= 2.5.0, < 2.6.0
# mccabe >= 0.6.0, < 0.7.0
requires-dist =
enum34; python_version<"3.4"
typing; python_version<"3.5"
configparser; python_version<"3.2"
functools32; python_version<"3.2"
entrypoints >= 0.3.0, < 0.4.0
pyflakes >= 2.1.0, < 2.2.0
pycodestyle >= 2.5.0, < 2.6.0
mccabe >= 0.6.0, < 0.7.0
classifiers =
Development Status :: 5 - Production/Stable
@ -55,20 +55,20 @@ python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
# # And in which releases we will update those ranges here:
# # http://flake8.pycqa.org/en/latest/internal/releases.html#releasing-flake8
install_requires =
entrypoints >= 0.3.0, < 0.4.0
pyflakes >= 2.1.0, < 2.2.0
pycodestyle >= 2.5.0, < 2.6.0
mccabe >= 0.6.0, < 0.7.0
# install_requires =
# entrypoints >= 0.3.0, < 0.4.0
# pyflakes >= 2.1.0, < 2.2.0
# pycodestyle >= 2.5.0, < 2.6.0
# mccabe >= 0.6.0, < 0.7.0
[options.packages.find]
where=src
[options.extras_require]
enum34=enum34; python_version<"3.4"
typing=typing; python_version<"3.5"
configparser=configparser; python_version<"3.2"
functools32=functools32; python_version<"3.2"
# [options.extras_require]
# enum34=enum34; python_version<"3.4"
# typing=typing; python_version<"3.5"
# configparser=configparser; python_version<"3.2"
# functools32=functools32; python_version<"3.2"
[mypy]
check_untyped_defs = true