summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+5
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-2/+2
* Ignore F401 'distutils.command.install_lib' imported but unusedPierre Sassoulas2021-02-151-1/+3
* Drop support for Python 3.5 to fix typingMarc Mueller2021-02-151-1/+1
* Fix Need type annotation for '__pkginfo__'Pierre Sassoulas2021-02-071-1/+2
* Fix pylint warning in bin/ and setup.pyPierre Sassoulas2020-12-141-8/+5
* change specifier to ~=frostming2020-09-081-1/+1
* Fix the ambiguous python version specifierFrost Ming2020-09-081-1/+1
* Sets up copyrighthippo912020-08-201-1/+5
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-1/+1
* Add missing test dependency pytest-benchmark to setup.pyBryce Guinta2020-07-161-1/+1
* Add What's New project URLVille Skyttä2020-05-061-0/+2
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+6
* also lint setup.pyAnthony Sottile2020-03-241-4/+4
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+1
* Fix installation of pylint from source with no localeAnthony Sottile2020-03-241-1/+1
* Make installing pytest-runner contingent on running testsEnji Cooper2019-11-161-1/+5
* Fix pylint reported issuesEnji Cooper2019-11-161-7/+7
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-3/+0
* Stopped installing tests with packageAshley Whetter2019-06-201-31/+1
* Dropped support for Python 3.4Claudiu Popa2019-06-201-1/+1
* Replace the modname and distname to the actual name of the packageClaudiu Popa2019-05-291-4/+2
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-57/+66
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-4/+6
* Update copyright noticesClaudiu Popa2018-07-151-1/+1
* Replace set() calls with set literalsClaudiu Popa2018-05-091-2/+1
* Stop advertising python 2 supportClaudiu Popa2018-01-251-1/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+10
* Drop support for EOL Python 3.3Hugo2017-12-111-1/+1
* Update classifiers and add python_requiresHugo2017-12-111-3/+1
* Remove NO_SETUPTOOLS. Folks could just install setuptools before installing p...Claudiu Popa2017-07-201-2/+0
* Allow running tests without installing, using pytest and setuptools. Close #1062Claudiu Popa2016-12-181-0/+3
* Adjust README path in setup.py (#1102)Florian Bruhin2016-09-171-1/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-17/+5
* Use environment markers for conditional requirements.Claudiu Popa2016-07-071-0/+2
* Remove pylint-guiClaudiu Popa2016-07-031-1/+0
* Finish converting tests to work both on Python 2 and 3. Also, drop 2to3 for t...Claudiu Popa2015-03-261-6/+0
* Use the license from __pkginfo__, not the builtin function.Claudiu Popa2015-03-121-1/+1
* Remove support for subpackage_of. Use absolute path for readme. Use absolute ...Ionel Cristian Maries2015-02-141-55/+28
* Check for easy_install_lib instead of easy_install, the latter might not exist.Claudiu Popa2015-01-121-1/+1
* Don't compile test files when installing.Claudiu Popa2015-01-121-4/+24
* Fix typo.Pedro Algarvio2014-12-041-1/+1
* New style tuple syntax is only supported on Python >= 2.7Pedro Algarvio2014-11-281-2/+2
* Use a with statement in setup.pyClaudiu Popa2014-10-261-3/+2
* Update the list of exclusions from 2to3.Claudiu Popa2014-09-301-3/+2
* Use ignore parameter for shutil.copytree in setup.py.Claudiu Popa2014-09-301-8/+2
* Use with statement to prevent resource warnings.Claudiu Popa2014-09-301-1/+2
* Use absolute importsBrett Cannon2014-08-291-1/+1
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-9/+3