mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 06:20:08 +01:00
minor formatting/cleanup
This commit is contained in:
parent
bc87ab1b88
commit
2cb7f53f6d
6 changed files with 8 additions and 8 deletions
4
setup.py
4
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
# This file is part of the pycalver project
|
||||
# https://gitlab.com/mbarkhau/pycalver
|
||||
#
|
||||
# Copyright (c) 2018 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
|
||||
# Copyright (c) 2019 Manuel Barkhau (mbarkhau@gmail.com) - MIT License
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
import os
|
||||
|
|
@ -46,7 +46,7 @@ setuptools.setup(
|
|||
url="https://gitlab.com/mbarkhau/pycalver",
|
||||
version="201812.18",
|
||||
keywords="version versioning bumpversion calver",
|
||||
description="CalVer versioning for python libraries.",
|
||||
description="CalVer for python libraries.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
packages=['pycalver'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue