summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Migration from setuptools_scm to tbumpPierre Sassoulas2021-06-161-1/+1
|
* Remove circular definition of __version__Pierre Sassoulas2021-05-241-8/+1
| | | | | | Remove pre-commit dependencies from test requirements there was a circular requirement between pylint in pre-commit requirements that needed astroid and astroid.
* Add scm_setuptools for packagingPierre Sassoulas2021-05-241-1/+1
|
* Move information to setup.py from __pgkinfo__Pierre Sassoulas2021-04-241-38/+5
| | | | Move packaging information from setup.py to setup.cfg
* 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
| | | | Remove outdated COPYING and rename COPYING.LESSER
* 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
| | | | | pytest very recently dropped support for it, and if we can't run our tests on the platform we can't really support it
* 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
| | | Closes #779
* Exclude tests from getting installed from source distributionClaudiu Popa2020-05-011-1/+1
| | | | Close #774
* 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
| | | | | | | | This monkeypatches several changes from [PyCQA/mccabe](https://github.com/PyCQA/mccabe/blob/master/setup.py) over to the pylint repo, since the pattern was equivalent between the two projects. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* Fix fixable pylint warningsEnji Cooper2019-11-161-5/+4
| | | | | | | | | | * Sort imports. * Remove squelching of W0704, since recent versions of pylint do not support the warning, resulting in an error with `pylint -E`. * Add `pylint: disable=unused-import` to seemingly unused imports which actually affect build behavior. Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
* 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
| | | | | | This patch also brings a couple of small changes to the setup.py file, in order to make it work installing from another directory.
* 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__ ↵Torsten Marek2014-11-081-3/+5
| | | | directly.
* Move all astroid modules into a its own directory, which is now the package.Torsten Marek2014-11-081-46/+10
| | | | python setup.py develop now works.
* 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 ↵Torsten Marek2014-11-061-8/+0
| | | | on install.
* 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 ↵Sylvain Thénault2013-10-041-9/+3
| | | | issue
* fix typo in setup.pySylvain Thénault2013-10-041-1/+1
|
* backport fix done by Tobias Rzepka on pylint for python3 install on win32 ↵Sylvain Thénault2013-10-031-2/+8
| | | | platforms
* rename the project astroidDavid Douard2013-06-171-4/+4
|
* minor cleanups: drop copyright by me, update others to 2013, droip those in ↵Sylvain Thénault2013-03-281-2/+1
| | | | | | | dumb test data files, delete some trailing whitespaces --HG-- branch : stable
* 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
| | | | | --HG-- branch : stable
* add trove classifiers (tell about python 3 support for pypi)Sylvain Thénault2012-01-311-0/+2
| | | | | --HG-- branch : stable
* [py3k] make python3 package available in sid (closes: #81139)Julien Jehannet2011-10-201-2/+1
| | | | Forget hardy distribution.