Skip to content

Commit

Permalink
fix autosemver versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
pazembrz committed Dec 9, 2020
1 parent 360dbd6 commit aba1e1d
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 aba1e1d

Please sign in to comment.