summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add configuration file to change the setting in read the docPierre Sassoulas2021-04-062-0/+12
* Remove duplication of requirement file for docPierre Sassoulas2021-04-063-4/+3
* Use prescriptve description for unidiomatic-typecheckDudeNr332021-04-063-15/+19
* Remove 'deprecated' option zip_safe from setup.cfgPierre Sassoulas2021-04-051-1/+0
* Remove Manifest.in as setup.cfg works after removing cachePierre Sassoulas2021-04-052-6/+4
* Pin astroid precisely in test requirementsPierre Sassoulas2021-04-051-5/+7
* Remove setup.py from the hashed filesPierre Sassoulas2021-04-051-4/+4
* Update Changelog following migration to setuptoolsPierre Sassoulas2021-04-051-1/+5
* Autoformat tox.ini after failing to move it to setup.cfgPierre Sassoulas2021-04-051-17/+10
* Add discord server in project urlPierre Sassoulas2021-04-051-0/+1
* Update travis job as easy_install is not used anymorePierre Sassoulas2021-04-051-4/+0
* Add setup-cfg-fmt in pre-commit configurationPierre Sassoulas2021-04-052-26/+30
* Remove .isort.cfg in favor of setup.cfgPierre Sassoulas2021-04-052-7/+8
* Remove pytest.ini in favor of setup.cfgPierre Sassoulas2021-04-053-7/+5
* Fix test failing if setup.py is not a launchable scriptPierre Sassoulas2021-04-052-5/+7
* Exclude everything from the final packagingPierre Sassoulas2021-04-052-14/+5
* Formatting : Spaces in project urls in setup.cfgPierre Sassoulas2021-04-051-6/+6
* Package find restricted to pylint in setup.cfgPierre Sassoulas2021-04-051-0/+5
* Put mailing list in the setup.cfg tooPierre Sassoulas2021-04-052-2/+1
* Handle the version in setup.cfg (as well as everything else)Pierre Sassoulas2021-04-052-15/+2
* Quote around projects urlsPierre Sassoulas2021-04-051-5/+5
* Remove extra-require from the packagingPierre Sassoulas2021-04-055-30/+11
* Astroid is pinned to a specific dependencie for testsPierre Sassoulas2021-04-051-1/+1
* Use setup.cfg for readme and licensingPierre Sassoulas2021-04-052-5/+8
* Use setup.cfg for existing hard coded valuesPierre Sassoulas2021-04-053-48/+52
* Import cleanup in setup.pyPierre Sassoulas2021-04-051-8/+4
* Properly include requirement.txt file in the packagePierre Sassoulas2021-04-051-0/+1
* Include all file in the doc/ in the packagingPierre Sassoulas2021-04-051-1/+1
* Do not include tests/.benchmark in the packagingPierre Sassoulas2021-04-051-1/+1
* Do not include examples in the packagingPierre Sassoulas2021-04-051-1/+1
* Do not include script in the packagingPierre Sassoulas2021-04-051-0/+1
* Fix setuptools warning:Normalizing '2.8.0-dev1' to '2.8.0.dev1'Pierre Sassoulas2021-04-051-1/+1
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-057-101/+74
* Add a dev extra requirePierre Sassoulas2021-04-051-1/+16
* Remove duplication in doc dependenciesPierre Sassoulas2021-04-051-1/+4
* Upgrade setup.py: move from distutil to setuptoolsPierre Sassoulas2021-04-0511-215/+41
* Add continuous integration with read the doc instead of github actionsPierre Sassoulas2021-04-052-34/+5
* Remove outdated information in setup.cfgPierre Sassoulas2021-04-041-4/+0
* Remove outdated man from the repository and packagingPierre Sassoulas2021-04-045-549/+0
* Remove outdated Makefile from the repositoryPierre Sassoulas2021-04-041-73/+0
* Remove outdated debian filesPierre Sassoulas2021-04-0422-1260/+0
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-047-10/+7
* Upgrade pre-commit configurationPierre Sassoulas2021-04-042-16/+18
* Command without the equal for WindowsPierre Sassoulas2021-04-031-1/+1
* Add a test for epylint for issue 4286Pierre Sassoulas2021-04-031-0/+61
* Fix paths under windows with better path creationPierre Sassoulas2021-04-031-4/+4
* Add comment on get_python_pathPierre Sassoulas2021-04-031-0/+2
* Add very basic tests for expand modulesPierre Sassoulas2021-04-032-1/+64
* Factorize checks in expand_modulesPierre Sassoulas2021-04-031-5/+5
* Format docstring of expand_modulesPierre Sassoulas2021-04-031-9/+2