diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-18 15:04:08 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-01-18 15:04:08 +0100 |
| commit | 513821031c9abff0e212db0a10a889c68e280683 (patch) | |
| tree | b77ce97f568a1e8424b498626a4a12d419e621d3 /setup.py | |
| parent | 6c9f51cc8263ac93426ec63b6bb6841cf7663e34 (diff) | |
| download | python-gamelocker-513821031c9abff0e212db0a10a889c68e280683.tar.gz python-gamelocker-513821031c9abff0e212db0a10a889c68e280683.zip | |
update setup.py
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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"] ) |
