summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Migration from setuptools_scm to tbumpPierre Sassoulas2021-06-161-1/+1
* Remove circular definition of __version__Pierre Sassoulas2021-05-241-8/+1
* Add scm_setuptools for packagingPierre Sassoulas2021-05-241-1/+1
* Move information to setup.py from __pgkinfo__Pierre Sassoulas2021-04-241-38/+5
* Change numversion to __version__ in __pkginfo__Pierre Sassoulas2021-04-241-1/+1
* Update packaging 1 - use setup.cfgMarc Mueller2021-04-231-28/+0
* Add isort to the pre-commit configurationPierre Sassoulas2021-04-191-0/+1
* Fix issue #891Pierre Sassoulas2021-04-101-1/+1
* Upgrade copyrite noticePierre Sassoulas2021-02-281-1/+3
* Fix black issuesMarc Mueller2021-02-271-2/+5
* Use set litteral when possiblePierre Sassoulas2021-02-211-1/+1
* Update copyright noticehippo912021-02-151-0/+2
* Remove Python 3.5 supportDavid Gilman2020-12-301-1/+1
* Adds deprecation warning as suggested by Pierre Sassoulashippo912020-12-281-0/+4
* New copyright noticeshippo912020-12-271-1/+2
* Changed `python_requires` to use ">=" syntax (#780)Colin Kennedy2020-05-011-1/+1
* Exclude tests from getting installed from source distributionClaudiu Popa2020-05-011-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-4/+6
* Make installing pytest-runner contingent on running testsEnji Cooper2019-11-161-1/+5
* Fix fixable pylint warningsEnji Cooper2019-11-161-5/+4
* Moved tests out of package directory (#704)Ashley Whetter2019-10-151-1/+1
* Drop support for Python 3.4Claudiu Popa2019-06-201-1/+1
* Replace the modname and distname with the actual name of the packageClaudiu Popa2019-05-291-24/+25
* Update the copyright noticesastroid-2.0Claudiu Popa2018-07-151-2/+5
* Tests are no longer installedAshley Whetter2018-05-171-20/+4
* Stop advertising python 2 supportClaudiu Popa2018-02-211-1/+1
* Drop support for EOL Python 3.3Hugo2017-12-151-0/+1
* Use proper environment markers for version specific dependencies.Claudiu Popa2016-08-021-0/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-221-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-17/+5
* Add support for not byte-compiling test files invalid by design.Claudiu Popa2015-12-151-2/+13
* Include a travis.yml file for configuring Travis buildsClaudiu Popa2015-12-111-3/+6
* Do not byte-compile test files on install. Fixes #58.Torsten Marek2014-11-221-0/+10
* Add missing file.Torsten Marek2014-11-091-3/+2
* Remove debugging output.Torsten Marek2014-11-091-1/+2
* More debuggingTorsten Marek2014-11-091-1/+1
* Do not import the astroid package when running setup, evaluate __pkginfo__ di...Torsten Marek2014-11-081-3/+5
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-46/+10
* Simplify setup.py and update documentation for Python 3 changes.Torsten Marek2014-11-081-107/+19
* Convert the unittests to run directly with Python 3, and stop running 2to3 on...Torsten Marek2014-11-061-8/+0
* Make the source compatible with Python 2.7 and 3.3+.Claudiu Popa2014-10-271-6/+1
* backport pylint fix on setup.py for py3k windows/cross-compiliation install i...Sylvain Thénault2013-10-041-9/+3
* fix typo in setup.pySylvain Thénault2013-10-041-1/+1
* backport fix done by Tobias Rzepka on pylint for python3 install on win32 pla...Sylvain Thénault2013-10-031-2/+8
* rename the project astroidDavid Douard2013-06-171-4/+4
* minor cleanups: drop copyright by me, update others to 2013, droip those in d...Sylvain Thénault2013-03-281-2/+1
* py3k test fixes. Closes #109988Sylvain Thénault2012-11-161-2/+6
* setup.py: properly add additional file during build instead of install.Sylvain Thénault2012-08-301-5/+14
* add trove classifiers (tell about python 3 support for pypi)Sylvain Thénault2012-01-311-0/+2
* [py3k] make python3 package available in sid (closes: #81139)Julien Jehannet2011-10-201-2/+1