aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Expand)Author
2021-06-16Migration from setuptools_scm to tbumpPierre Sassoulas
2021-05-24Remove circular definition of __version__Pierre Sassoulas
2021-05-24Add scm_setuptools for packagingPierre Sassoulas
2021-04-24Move information to setup.py from __pgkinfo__Pierre Sassoulas
2021-04-24Change numversion to __version__ in __pkginfo__Pierre Sassoulas
2021-04-23Update packaging 1 - use setup.cfgMarc Mueller
2021-04-19Add isort to the pre-commit configurationPierre Sassoulas
2021-04-10Fix issue #891Pierre Sassoulas
2021-02-28Upgrade copyrite noticePierre Sassoulas
2021-02-27Fix black issuesMarc Mueller
2021-02-21Use set litteral when possiblePierre Sassoulas
2021-02-15Update copyright noticehippo91
2020-12-30Remove Python 3.5 supportDavid Gilman
2020-12-28Adds deprecation warning as suggested by Pierre Sassoulashippo91
2020-12-27New copyright noticeshippo91
2020-05-01Changed `python_requires` to use ">=" syntax (#780)Colin Kennedy
2020-05-01Exclude tests from getting installed from source distributionClaudiu Popa
2020-04-27Add missing copyright annotations for the past releasesClaudiu Popa
2019-11-16Make installing pytest-runner contingent on running testsEnji Cooper
2019-11-16Fix fixable pylint warningsEnji Cooper
2019-10-15Moved tests out of package directory (#704)Ashley Whetter
2019-06-20Drop support for Python 3.4Claudiu Popa
2019-05-29Replace the modname and distname with the actual name of the packageClaudiu Popa
2018-07-15Update the copyright noticesClaudiu Popa
2018-05-17Tests are no longer installedAshley Whetter
2018-02-21Stop advertising python 2 supportClaudiu Popa
2017-12-15Drop support for EOL Python 3.3Hugo
2016-08-02Use proper environment markers for version specific dependencies.Claudiu Popa
2016-07-22Even more granular copyrights (thanks to copyrite)Claudiu Popa
2016-07-19Keep a consistent copyright notice across the board.Claudiu Popa
2015-12-15Add support for not byte-compiling test files invalid by design.Claudiu Popa
2015-12-11Include a travis.yml file for configuring Travis buildsClaudiu Popa
2014-11-22Do not byte-compile test files on install. Fixes #58.Torsten Marek
2014-11-09Add missing file.Torsten Marek
2014-11-09Remove debugging output.Torsten Marek
2014-11-09More debuggingTorsten Marek
2014-11-08Do not import the astroid package when running setup, evaluate __pkginfo__ di...Torsten Marek
2014-11-08Move all astroid modules into a its own directory, which is now the package.Torsten Marek
2014-11-08Simplify setup.py and update documentation for Python 3 changes.Torsten Marek
2014-11-06Convert the unittests to run directly with Python 3, and stop running 2to3 on...Torsten Marek
2014-10-27Make the source compatible with Python 2.7 and 3.3+.Claudiu Popa
2013-10-04backport pylint fix on setup.py for py3k windows/cross-compiliation install i...Sylvain Thénault
2013-10-04fix typo in setup.pySylvain Thénault
2013-10-03backport fix done by Tobias Rzepka on pylint for python3 install on win32 pla...Sylvain Thénault
2013-06-17rename the project astroidDavid Douard
2013-03-28minor cleanups: drop copyright by me, update others to 2013, droip those in d...Sylvain Thénault
2012-11-16py3k test fixes. Closes #109988Sylvain Thénault
2012-08-30setup.py: properly add additional file during build instead of install.Sylvain Thénault
2012-01-31add trove classifiers (tell about python 3 support for pypi)Sylvain Thénault
2011-10-20[py3k] make python3 package available in sid (closes: #81139)Julien Jehannet