summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* changelogv3.4.0Ronny Pfannschmidt2020-01-171-0/+2
|
* Merge pull request #388 from Alex-X-W/fix_typoRonny Pfannschmidt2020-01-091-2/+2
|\ | | | | fix typo in date marks
| * fix typo in date marksXuan Wang2020-01-091-2/+2
|/
* Merge pull request #379 from mrg29/masterRonny Pfannschmidt2020-01-081-4/+5
|\ | | | | fix TOML examples
| * Merge branch 'master' into masterRonny Pfannschmidt2020-01-086-20/+104
| |\ | |/ |/|
* | Merge pull request #382 from RonnyPfannschmidt/check-381Ronny Pfannschmidt2020-01-085-2/+60
|\ \ | | | | | | fix #381 - clean out env vars from the git hook system
| * | # fixup manifestRonny Pfannschmidt2019-12-131-0/+1
| | |
| * | fix #381 - clean out env vars from the git hook systemRonny Pfannschmidt2019-12-134-2/+59
| | |
* | | Merge pull request #384 from aodag/aodag-patch-1Ronny Pfannschmidt2020-01-081-2/+2
|\ \ \ | | | | | | | | fix typo README.rst
| * | | Update README.rstAtsushi Odagiri2019-12-141-2/+2
| | | | | | | | | | | | | | | | - https://www.python.org/dev/peps/pep-0518/#json-schema - https://github.com/pypa/setuptools_scm/blob/master/src/setuptools_scm/config.py#L123
* | | | Merge pull request #387 from layday/mention-importlib-metadataRonny Pfannschmidt2020-01-081-16/+41
|\ \ \ \ | |/ / / |/| | | Mention importlib.metadata as alternative to pkg_resources
| * | | Mention importlib.metadata as alternative to pkg_resourceslayday2020-01-071-16/+41
|/ / / | | | | | | | | | | | | Split the `pkg_resources` example into a separate section because this is not specific to setup.py.
| | * fix TOML examplesMark2019-12-091-4/+4
| |/ |/|
* | Merge pull request #378 from auscompgeek/patch-1Ronny Pfannschmidt2019-12-011-1/+1
|\ \ | | | | | | Fix pyproject.toml example rendering in README
| * | Fix pyproject.toml example rendering in READMEDavid Vo2019-12-011-1/+1
|/ /
* | Declare funding through tideliftJason R. Coombs2019-11-301-0/+1
|/
* Merge pull request #375 from layday/test-pyproject-integrationRonny Pfannschmidt2019-11-281-0/+22
|\ | | | | Test pyproject.toml integration using git
| * fixup! Test pyproject.toml integration using gitlayday2019-11-271-1/+1
| |
| * fixup! Test pyproject.toml integration using gitlayday2019-11-271-3/+1
| |
| * Test pyproject.toml integration using gitlayday2019-11-271-0/+24
|/ | | | See #374.
* Merge pull request #343 from pypa/RonnyPfannschmidt-doc-file-finderRonny Pfannschmidt2019-11-261-1/+3
|\ | | | | experiment with better describing the file finding
| * Update README.rstRonnyPfannschmidt-doc-file-finderRonny Pfannschmidt2019-11-261-1/+1
| | | | | | Co-Authored-By: Sviatoslav Sydorenko <wk@sydorenko.org.ua>
| * Update README.rstRonny Pfannschmidt2019-06-271-1/+1
| | | | | | Co-Authored-By: Hugo <hugovk@users.noreply.github.com>
| * Update README.rstRonny Pfannschmidt2019-06-271-1/+1
| | | | | | Co-Authored-By: Hugo <hugovk@users.noreply.github.com>
| * Update README.rstRonny Pfannschmidt2019-06-271-1/+1
| | | | | | Co-Authored-By: Hugo <hugovk@users.noreply.github.com>
| * experiment with bettere describing the file findingRonny Pfannschmidt2019-06-271-1/+3
| |
* | Merge pull request #372 from pypa/feature/pep517-build-wheelJason R. Coombs2019-11-253-2/+6
|\ \ | | | | | | Prefer pep517 for building the project
| * | Update MANIFEST include new file typeJason R. Coombs2019-11-251-0/+1
| | |
| * | Prefer pep517 for building the projectJason R. Coombs2019-11-252-2/+5
| | |
* | | Fix the Tidelift badge in README (#373)Sviatoslav Sydorenko2019-11-251-2/+2
|/ / | | | | Ref: https://forum.tidelift.com/t/new-urls-for-project-badges/288
* | update pre-commit setup to modern practices and ensure flake8 is in line as ↵Ronny Pfannschmidt2019-11-2513-60/+52
| | | | | | | | well (#369)
* | Upgrade virtualenv to ensure late pip and old pytest (#371)Jason R. Coombs2019-11-251-2/+1
| | | | | | * Upgrade virtualenv to ensure that the virtualenvs created have a suitably late version of pip that they install older versions of pytest on older Pythons. Fixes #370
* | Merge pull request #364 from pypa/feature/declarative-configRonny Pfannschmidt2019-11-2510-6/+132
|\ \ | | | | | | Implement declarative config for compatibility with setuptools declarative config
| * | Update changelog and add documentation about usage of the feature.Jason R. Coombs2019-11-242-0/+60
| | |
| * | Remove 'enabled' boolean and rely on presence of 'tool.setuptools_scm' ↵Jason R. Coombs2019-11-246-19/+22
| | | | | | | | | | | | section to enable the functionality.
| * | Add integration testJason R. Coombs2019-11-242-0/+18
| | |
| * | Avoid file-not-found errors when pyproject.toml isn't presentJason R. Coombs2019-11-241-0/+2
| | |
| * | setuptools_scm is disabled by defaultJason R. Coombs2019-11-241-0/+1
| | |
| * | Restore Python 2.7 compatibilityJason R. Coombs2019-11-241-0/+2
| | |
| * | Fade to blackJason R. Coombs2019-11-242-5/+5
| | |
| * | Make toml an extra requirementJason R. Coombs2019-11-232-1/+3
| | |
| * | Move section to `tool:` namespaceJason R. Coombs2019-11-232-2/+2
| | | | | | | | | Co-Authored-By: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
| * | Illustrate how reading the config from a file might operate.feature/declarative-configJason R. Coombs2019-10-213-2/+14
| | |
| * | Illustrate how setuptools_scm could adapt to a ↵Jason R. Coombs2019-10-184-5/+31
|/ / | | | | | | 'setuptools.finalize_distribution_options' entry point.
* | Merge pull request #358 from rrobby86/patch-1Ronny Pfannschmidt2019-09-121-3/+3
|\ \ | | | | | | Fixed references to ScmVersion class in README
| * | Fixed references to ScmVersion class in READMErrobby862019-09-121-3/+3
|/ /
* | Merge pull request #355 from vezeli/readme-correctionRonny Pfannschmidt2019-09-041-2/+2
|\ \ | | | | | | Correct typos in README
| * | Correct typos in READMEVelibor Zeli2019-09-041-2/+2
|/ /
* | Merge pull request #351 from vanschelven/document-filefinders-in-more-detailRonny Pfannschmidt2019-07-311-11/+16
|\ \ | | | | | | Document file_finders in more detail
| * | Document file_finders in more detailKlaas van Schelven2019-07-311-11/+16
| | | | | | | | | | | | | | | * The `sdist` command is affected by its existance * Correction: MANIFEST.in can still be used (in principle) to include files too.