mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
update keywords
This commit is contained in:
parent
768b34ffb8
commit
792e9356f9
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
AUTHOR_NAME="Manuel Barkhau"
|
||||
AUTHOR_EMAIL="mbarkhau@gmail.com"
|
||||
|
||||
KEYWORDS="version versioning bumpversion calver"
|
||||
KEYWORDS="version versioning calver semver bumpversion pep440"
|
||||
DESCRIPTION="CalVer for python packages."
|
||||
|
||||
LICENSE_ID="MIT"
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -64,7 +64,7 @@ setuptools.setup(
|
|||
author_email="mbarkhau@gmail.com",
|
||||
url="https://github.com/mbarkhau/pycalver",
|
||||
version="202010.1040b0",
|
||||
keywords="version versioning bumpversion calver",
|
||||
keywords="version versioning calver semver bumpversion pep440",
|
||||
description="CalVer for python libraries.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue