Skip to content

Commit

Permalink
Merge pull request #11 from pazembrz/fix_setup_autosemver
Browse files Browse the repository at this point in the history
fix autosemver versioning
  • Loading branch information
pazembrz authored Dec 9, 2020
2 parents 8e54d46 + aba1e1d commit c14f5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
tests_require=tests_require,
long_description=readme,
url=URL,
autosemver={'bugtracker_url': URL + '/issues/'},
autosemver=True,
package_data={'': ['CHANGELOG', 'AUTHORS', 'README.rst', 'resources/*']},
include_package_data=True,
entry_points={
Expand Down

0 comments on commit c14f5bd

Please sign in to comment.