summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* generalize file findingRonny Pfannschmidt2015-02-131-1/+1
* enable the hg file finderRonny Pfannschmidt2015-02-131-0/+3
* self-useRonny Pfannschmidt2015-02-131-4/+12
* rename readmeRonny Pfannschmidt2014-10-231-1/+4
* configurable next version guessingRonny Pfannschmidt2014-04-061-0/+1
* flake8 safeRonny Pfannschmidt2014-04-051-3/+2
* scm optionv0.15Ronny Pfannschmidt2012-05-171-0/+1
* add setup_requires style usage cachefile supportRonny Pfannschmidt2010-09-151-0/+1
* use get_version_from_hg as setup keywordRonny Pfannschmidt2010-09-141-1/+1