summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* experiment with bettere describing the file findingRonny Pfannschmidt2019-06-271-1/+3
|
* Allow setting a fallback version in case everything else fails.Antony Lee2019-03-031-6/+12
|
* Fix small grammatical mistake in READMEThomas Robitaille2019-01-191-2/+2
|
* README: Add 'setuptools_scm' to 'pyproject.toml'Stephen Finucane2018-12-131-1/+1
| | | | | | | | | | Ensure 'setuptools_scm' is defined in both 'pyproject.toml' and 'setup.cfg'. Newer pips will use the former (and skip the latter as already resolved by the time setup_requires are evaluated), and older pips that don't know about 'pyproject.toml' can keep using 'setup_requires'. Signed-off-by: Stephen Finucane <stephen@that.guru>
* README: Add references to pyproject.tomlStephen Finucane2018-12-131-2/+17
| | | | | | | This is required if you wish to ensure a given version of setuptools is present. Signed-off-by: Stephen Finucane <stephen@that.guru>
* README: Add setup.cfg usage exampleStephen Finucane2018-12-121-0/+43
| | | | | | | This also highlights issues with the '[egg_info]' configuration section in 'setup.cfg'. Signed-off-by: Stephen Finucane <stephen@that.guru>
* README: Trivial markup fixesStephen Finucane2018-12-121-127/+126
| | | | | | | Consistently mark literals as literals, fix some indentations and generally clean some things up. Signed-off-by: Stephen Finucane <stephen@that.guru>
* Add option git_describe_commandLuciano Bello2018-10-281-0/+7
| | | | | | | The option git_describe_command is added to allow the user to manipulate how `git describe` is called. Fixes #303 Fixes #283
* Merge branch 'master' of https://github.com/punkadiddle/setuptools_scmpunkadiddle2018-06-301-1/+2
|\
| * Update README.rstpunkadiddle2018-07-011-1/+2
| |
* | setup.py examplepunkadiddle2018-06-301-1/+14
|/
* docpunkadiddle2018-06-301-0/+7
|
* README: add use case for write_toDaniel Hahler2018-06-301-2/+3
| | | | | | Ref: https://github.com/pypa/setuptools_scm/issues/273#issuecomment-401555022 [ci skip]
* Revisit READMEDaniel Hahler2018-06-301-22/+25
| | | | | Wording improvements, and fixes wrong display of "write_to_template" table entry.
* Fix RST typoScott Armitage2018-06-111-2/+2
|
* Add `node-and-timestamp` to README.rstScott Armitage2018-06-111-0/+2
| | | Previously only `node-and-date` and `dirty-tag` were listed as available implementations.
* document SETUPTOOLS_SCM_DEBUG, fixes #260Ronny Pfannschmidt2018-05-201-1/+3
|
* add note on testing against a non-installed version to readmeRonny Pfannschmidt2018-05-201-0/+13
|
* steal pre-commit config from toxRonny Pfannschmidt2018-05-131-2/+2
|
* enhance customization exampleRonny Pfannschmidt2018-04-121-0/+9
|
* enhance documentation for sphinx usageRonnyPfannschmidt-patch-1Ronny Pfannschmidt2018-04-121-0/+1
| | | follow-up to #221
* address part of #237 - fix the code example to use the correct importRonny Pfannschmidt2018-04-051-2/+2
|
* Fix missing "is" in README.rstTimothée Mazzucotelli2018-01-161-1/+1
|
* Set example indentation to multiple of fourWilli Rath2017-07-121-2/+2
|
* Use per-SCM node prefix letters instead of the general "n"Sebastian Schuberth2017-03-041-2/+2
| | | | | | "Node" is an uncommon name for what SCMs usually call "revision", so the "n" prefix is not very telling. Replace it with a prefix specific to the SCM, so we actually also get to know with SCM is used.
* Update README.rst (#155)Mehul Kar2017-02-241-1/+1
|
* Add note about git describeMehul Kar2017-02-221-0/+3
|
* closes #132: adds instructions for passing dict to use_scm_versionReece Hart2016-11-241-3/+18
|
* handle uninstalled pkg in __version__ assignmentDylan Lloyd2016-10-251-2/+6
|
* suggest pkg_resources for __version__ exportDylan Lloyd2016-10-241-1/+8
|
* suggest write_to config for pkg distributionDylan Lloyd2016-10-241-0/+2
|
* Fix Sphinx usage exampleMihai Capotă2016-10-201-2/+2
|
* fix issue #84 - document sphinx using pkg_resourcesRonny Pfannschmidt2016-10-201-2/+19
|
* Simplify clean_scheme()cclauss2016-10-191-4/+1
|
* Show python code in the README properly (#100)Wieland Hoffmann2016-09-041-2/+2
| | | | | | * Fix a typo * Remove a colon to show inline code properly
* Correct typo and clarify Sphinx recommended usage. Fixes #88.Jason R. Coombs2016-06-031-2/+3
|
* make readme pypi compatible againv1.10.0Ronny Pfannschmidt2015-12-071-2/+1
|
* coding and documentation style cleanupsRonny Pfannschmidt2015-12-071-1/+2
|
* introduce scm parser overriding fixes #70 and #71Ronny Pfannschmidt2015-12-061-0/+6
|
* support enforcing version numbers via the envRonny Pfannschmidt2015-12-011-0/+9
|
* add missing spaceRonny Pfannschmidt2015-11-301-1/+1
|
* first attempt at fixing issue #67Ronny Pfannschmidt2015-11-301-0/+11
|
* Transfer documentation from docstring to README. Fixes #64.Jason R. Coombs2015-11-141-0/+6
|
* Fix small typos in READMEFelix Yan2015-10-211-2/+2
|
* readme/changelog updatedRonny Pfannschmidt2015-09-171-0/+2
|
* Add the PyPA Code of ConductDonald Stufft2015-09-131-0/+10
|
* fix readme and and make a more explicit note wrt version declarationsRonny Pfannschmidt2015-09-051-7/+4
|
* add write_to_template, fixes #36Ronny Pfannschmidt2015-08-121-2/+6
|
* readme checking tox job and small readme cleanupv1.6.0Ronny Pfannschmidt2015-07-221-1/+1
|
* clarify supported write_to file formatsRonny Pfannschmidt2015-07-221-0/+4
|