summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Bump minimal python to 3.7Ronny Pfannschmidt2022-05-291-18/+3
* complete mypy transformationRonny Pfannschmidt2022-05-291-3/+8
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-11-031-2/+2
* Update setup.py syntax so RuntimeError is properly raised for older versions ...William Barnhart2021-11-031-2/+2
* Merge pull request #634 from RonnyPfannschmidt/fix-buildsRonny Pfannschmidt2021-09-261-2/+1
|\
| * the pytest version was too damn high 🤦Ronny Pfannschmidt2021-09-261-1/+1
| * consolidate extra requires in setup.py to ensure installmentRonny Pfannschmidt2021-09-261-2/+1
* | Fix setup install setuptools-scm with a Mercurial repopaugier2021-09-151-1/+2
|/
* pre-commit update and extras require syncRonny Pfannschmidt2021-09-021-1/+6
* restore support of old setuptools/pip while warningRonny Pfannschmidt2021-09-021-4/+2
* combined preparation for the 7.0.0 release and a regression resolutionRonny Pfannschmidt2021-08-291-29/+28
* update self-install for tomliRonny Pfannschmidt2021-08-271-1/+1
* fix #605: completely disallow bdist_egg - modern enough setuptools>=45 uses pipRonny Pfannschmidt2021-08-271-8/+12
* apply reorder-python-importsRonny Pfannschmidt2021-08-071-0/+1
* enhance docs and old python erroringRonny Pfannschmidt2021-04-221-0/+9
* style: run pre-commitHenry Schreiner2021-03-161-2/+1
* drop samefile and switch to declarative metadataRonny Pfannschmidt2020-05-211-75/+4
* Add release-branch-semver schemechrisjbillington2020-05-111-0/+1
* add python testsworkflowsRonny Pfannschmidt2020-05-011-1/+1
* no-local-version scheme and improved documentationcon-f-use2020-02-071-0/+1
* Make toml an extra requirementJason R. Coombs2019-11-231-1/+1
* Illustrate how reading the config from a file might operate.feature/declarative-configJason R. Coombs2019-10-211-0/+1
* Illustrate how setuptools_scm could adapt to a 'setuptools.finalize_distribut...Jason R. Coombs2019-10-181-0/+3
* Allow setting a fallback version in case everything else fails.Antony Lee2019-03-031-0/+1
* add python3.7 to the classifier list, fixes #325v3.2.0Ronny Pfannschmidt2019-01-161-0/+1
* actually add own package to pkg_resources.working_setRonny Pfannschmidt2018-07-311-0/+2
* switch to src/ layoutRonny Pfannschmidt2018-05-191-2/+4
* inflict black on the codebase :)Ronny Pfannschmidt2018-05-131-36/+29
* Refactor hg and git file finders to use the same algorithmStéphane Bidoul (ACSONE)2018-04-281-2/+2
* New git file finder that support symlinks.Stéphane Bidoul (ACSONE)2018-04-251-1/+1
* add support for branch name based testing, add simplified semver supportRonny Pfannschmidt2018-04-061-0/+1
* git: Use a method instead of a command for listing filesMehdi Abaakouk2018-03-201-1/+1
* Merge pull request #201 from nnadeau/200-timestampRonny Pfannschmidt2018-02-281-0/+2
|\
| * fixing flake8 line lengthNicholas Nadeau2017-12-211-1/+2
| * added entry pointNicholas Nadeau2017-12-211-0/+1
* | added python_requiresNicholas Nadeau, P.Eng., AVS2018-01-011-0/+1
* | added python 2 classifierNicholas Nadeau, P.Eng., AVS2018-01-011-0/+1
* | removing 2.6 and 3.3 from setupNicholas Nadeau2017-12-211-2/+0
|/
* allow unprepared self-useRonny Pfannschmidt2017-04-081-25/+22
* fix #138 - add support for the pip-egg-info folderRonny Pfannschmidt2017-02-071-4/+1
* merge my 2 branches to fix the travis setup and selfinstall testingRonny Pfannschmidt2017-01-291-0/+1
|\
| * fix issue #128: return None from missmatched parse callsRonny Pfannschmidt2016-11-201-0/+1
* | ensure we find our own version in a sdistRonny Pfannschmidt2017-01-261-1/+16
|/
* Merge pull request #117 from pypa/dumb-sdistRonny Pfannschmidt2016-10-201-21/+0
|\
| * stop being smart for sdistv1.15.0rc1Ronny Pfannschmidt2016-10-201-21/+0
* | update trove classifiers with supported python versionsRonny Pfannschmidt2016-10-201-0/+4
|/
* Added Python version classifiers to setup.pyAlex Grönholm2016-01-311-0/+4
* introduce parse_scm_fallback concept and fix parse hooksRonny Pfannschmidt2015-12-071-0/+6
* update project url to reflect move to githubDavid Szotten2015-07-231-1/+1
* set zip-safe flagRonny Pfannschmidt2015-05-301-0/+1