Skip to content

Commit

Permalink
📖 DOC: Add more info to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ianagbip1oti committed Jun 11, 2020
1 parent c937a53 commit 7aa6ef4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -15,6 +15,10 @@ def readme():
description="A minimalist python client for the Discord API",
long_description=readme(),
long_description_content_type="text/markdown",
url="https://github.com/princesslana/smalld.py",
author="Princess Lana",
author_email="[email protected]",
license="MIT",
packages=["smalld", "smalld.resources"],
package_data={"smalld.resources": ["*"]},
use_scm_version=True,
@@ -24,4 +28,13 @@ def readme():
"websocket_client>=0.57.0",
],
setup_requires=["setuptools-scm==3.3.3"],
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
)

0 comments on commit 7aa6ef4

Please sign in to comment.