Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use setuptools_scm to simplify versioning during release #34

Merged
merged 4 commits into from
Feb 22, 2020
Merged

Use setuptools_scm to simplify versioning during release #34

merged 4 commits into from
Feb 22, 2020

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Feb 21, 2020

No editing of files, just add the version tag.

Can check with:

$ python setup.py --version
0.7.3.dev85

Also add Source metadata to project_urls, which can be useful on PyPI and for programmatic access to packages.

@hugovk hugovk added the enhancement New feature or request label Feb 21, 2020
@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #34 into master will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   83.25%   83.26%   +0.01%     
==========================================
  Files           2        2              
  Lines        1427     1428       +1     
==========================================
+ Hits         1188     1189       +1     
  Misses        239      239              

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a81677d...b94e63f. Read the comment docs.

@hugovk hugovk mentioned this pull request Feb 21, 2020
@hugovk hugovk merged commit 55f36b0 into jazzband:master Feb 22, 2020
@hugovk hugovk deleted the setuptools_scm branch February 22, 2020 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant