Update version
This commit is contained in:
parent
5e3e2ccedd
commit
7018aaac3c
4
setup.py
4
setup.py
@ -5,14 +5,14 @@ with open("README.rst", "r") as fh:
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="packaging_scripts",
|
name="packaging_scripts",
|
||||||
version="1.2",
|
version="1.3",
|
||||||
author="Eric Russel Torres",
|
author="Eric Russel Torres",
|
||||||
author_email="erictorres4@protonmail.com",
|
author_email="erictorres4@protonmail.com",
|
||||||
description="A set of helpers for automating borg interaction",
|
description="A set of helpers for automating borg interaction",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/plain",
|
long_description_content_type="text/plain",
|
||||||
url="",
|
url="",
|
||||||
packages=['packaging_scripts'],
|
packages=["packaging_scripts"],
|
||||||
scripts=["bin/addpkg", "bin/delpkg", "bin/fqo"],
|
scripts=["bin/addpkg", "bin/delpkg", "bin/fqo"],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user