Skip to content

Commit

Permalink
Added pypi setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc-dev committed Oct 8, 2017
1 parent 3695a6b commit 3d1ab1b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
from distutils.core import setup
setup(
name = 'loophole',
packages = ['loophole'],
version = '05',
description = 'Polar devices Python API and CLI.',
author = 'Radoslaw Matusiak',
author_email = 'radoslaw.matusiak@gmail.com',
url = 'https://github.com/rsc-dev/loophole',
download_url = 'https://github.com/rsc-dev/loophole/releases/tag/0.5',
keywords = ['polar', 'api', 'cli', 'reverse', ''],
classifiers = [
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'License :: OSI Approved :: MIT License',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules'
],
)

0 comments on commit 3d1ab1b

Please sign in to comment.