From 513821031c9abff0e212db0a10a889c68e280683 Mon Sep 17 00:00:00 2001 From: schneefux Date: Wed, 18 Jan 2017 15:04:08 +0100 Subject: update setup.py --- setup.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b73b180..5f1ee9d 100644 --- a/setup.py +++ b/setup.py @@ -3,11 +3,14 @@ from setuptools import setup setup( - name="Gamelocker-API", + name="python-gamelocker", version="0.1", - description="Gamelocker API Wrapper", + description="Python Gamelocker API Wrapper", author="schneefux", - py_modules=["gamelocker"], + author_email="schneefux+pypi_schneefux@schneefux.xyz", + url="https://git.schneefux.xyz/schneefux/python-gamelocker", + packages=["gamelocker"], + install_requires=["requests"], setup_requires=["pytest-runner"], tests_require=["pytest"] ) -- cgit v1.3.1