Browse Source

added package description; fixed keywords

Fabian Peter Hammerle 4 years ago
parent
commit
401375547a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 2 2
      setup.py

+ 1 - 1
README.md

@@ -1,5 +1,5 @@
 # rescriptoon
-TODO add description
+Control one or two Toons in Toontown Rewritten via keyboard
 
 [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
 [![Last Release](https://img.shields.io/pypi/v/rescriptoon.svg)](https://pypi.org/project/rescriptoon/#history)

+ 2 - 2
setup.py

@@ -6,13 +6,13 @@ setuptools.setup(
     name="rescriptoon",
     use_scm_version=True,
     packages=setuptools.find_packages(),
-    # TODO description="",
+    description="Control one or two Toons in Toontown Rewritten via keyboard",
     long_description=pathlib.Path(__file__).parent.joinpath("README.md").read_text(),
     long_description_content_type="text/markdown",
     author="Fabian Peter Hammerle",
     author_email="fabian@hammerle.me",
     url="http://git.hammerle.me/fphammerle/rescriptoon",
-    keywords=["game", "launcher", "toontown rewritten", "ttr"],
+    keywords=["control", "game", "keyboard", "toontown rewritten", "ttr"],
     classifiers=[
         "Development Status :: 4 - Beta",
         "Intended Audience :: End Users/Desktop",