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.
python_requires
1 parent 5d4bfa7 commit b02f70aCopy full SHA for b02f70a
ChangeLog
@@ -21,6 +21,10 @@ Release Date: TBA
21
Close PyCQA/pylint#3540
22
Close #773
23
24
+* Changed setup.py to work with [distlib](https://pypi.org/project/distlib)
25
+
26
+ Close #779
27
28
29
What's New in astroid 2.4.0?
30
============================
setup.py
@@ -44,7 +44,7 @@ def install():
44
author=author,
45
author_email=author_email,
46
url=web,
47
- python_requires=">=3.5.*",
+ python_requires=">=3.5",
48
install_requires=install_requires,
49
extras_require=extras_require,
50
packages=find_packages(exclude=["tests"]) + ["astroid.brain"],
0 commit comments