Skip to content

Commit 3b77baa

Browse files
v1.0.1
1 parent 5586446 commit 3b77baa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
setup(
1111
name="pygolf",
12-
version="1.0.0",
12+
version="1.0.1",
1313
description="An automatic python code shortener",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
1616
url="https://github.com/bluesheeptoken/PyGolf",
1717
author="Bluesheeptoken",
1818
# For a list of valid classifiers, see https://pypi.org/classifiers/
1919
classifiers=[
20-
"Development Status :: 3 - Alpha",
20+
"Development Status :: 4 - Beta",
2121
"Intended Audience :: Developers",
2222
"Topic :: Software Development :: Build Tools",
2323
"License :: OSI Approved :: MIT License",
@@ -27,7 +27,7 @@
2727
],
2828
license="MIT",
2929
packages=find_packages(exclude=["test"]),
30-
keywords="golfcode reduce golf",
30+
keywords="golfcode shorten_code golf",
3131
python_requires=">=3.6, <4",
3232
install_requires=["argparse", "astroid", "pyperclip"],
3333
entry_points={"console_scripts": ["pygolf = pygolf.__main__:main"]},

0 commit comments

Comments
 (0)