Skip to content

Commit

Permalink
Promote to beta, add test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrance committed Jul 11, 2018
1 parent 029d768 commit 0f9489c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
setup(name="SkPy",
description="An unofficial Python library for interacting with the Skype HTTP API.",
long_description=open(path.join(path.abspath(path.dirname(__file__)), "README.rst"), "r").read(),
author="Ollie Terrance",
packages=["skpy"],
install_requires=["beautifulsoup4", "requests"],
classifiers=["Development Status :: 3 - Alpha",
tests_require=["beautifulsoup4", "requests", "responses"],
classifiers=["Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Communications :: Chat",
"Topic :: Software Development :: Libraries"])

0 comments on commit 0f9489c

Please sign in to comment.