summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* restructure codebase, move setuptools integration code to own fileRonny Pfannschmidt2015-05-301-26/+25
* fix namev1.4.1Ronny Pfannschmidt2015-05-211-1/+1
* use os.remove instead of os.unlinkv1.3.0Ronny Pfannschmidt2015-03-141-1/+1
* extend sdist command, replace version in setup.py of the sdist, fixes issue #22Ronny Pfannschmidt2015-03-141-0/+24
* fail in all install cases on fresh checkoutv1.2.0Ronny Pfannschmidt2015-02-261-0/+5
* better noteRonny Pfannschmidt2015-02-261-4/+6
* print the note when using setup.py in a fresh checkout, fixes #22Ronny Pfannschmidt2015-02-261-3/+6
* support working with setuptools pre-12, fixes #20 #21 and #23Ronny Pfannschmidt2015-02-261-7/+0
* fix setuptools dependency situationv1.1.0Ronny Pfannschmidt2015-02-241-13/+23
* typo in setup.pyRonny Pfannschmidt2015-02-211-1/+1
* make version construction pluggableRonny Pfannschmidt2015-02-211-3/+3
* pluggable versioning schemesRonny Pfannschmidt2015-02-211-2/+18
* create a package, return to self-use, split moduleRonny Pfannschmidt2015-02-171-4/+23
* rename and adopytion of use_scm_version apiRonny Pfannschmidt2015-02-161-15/+9
* fix dirty status distanceRonny Pfannschmidt2015-02-141-2/+3
* fix tests and file findingRonny Pfannschmidt2015-02-141-2/+1