summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Use set litteral when possiblePierre Sassoulas2021-02-171-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
* [debian] py3k: change build command from new distutilsJulien Jehannet2010-11-221-1/+8
* [pkginfo] make setup.py py3k compatibleJulien Jehannet2010-11-191-1/+3
* packaging : add py3k target; update setup.py and other files to make py3k pa...Emile Anclin2010-11-101-102/+44
* proper licensing information (LGPL-2.1). Hope I get it right this time.Sylvain Thénault2010-04-281-3/+19
* more license updatesSylvain Thénault2010-04-261-1/+1
* prepare 0.20.0 releaseEmile Anclin2010-03-221-1/+1
* setuptools fixSylvain Thénault2009-03-241-1/+3
* new setup.pyEmile Anclin2009-03-191-3/+10
* use joinSylvain Thénault2009-01-281-1/+1
* setuptools compatSylvain Thénault2009-01-211-31/+40