Skip to content

Commit

Permalink
Add project url, license and trove classifiers to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed May 5, 2018
1 parent 4346305 commit 088587a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def read_rst():
version = "0.0.1",
author = "Matthew Reid",
author_email = "matt@nomadic-recording.com",
url="https://github.com/nocarryr/vidhub-control",
description = "Control Smart Videohub Devices",
long_description=long_description,
packages=find_packages(exclude=['tests*']),
Expand All @@ -62,9 +63,17 @@ def read_rst():
platforms=['any'],
classifiers = [
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Framework :: AsyncIO',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
'Topic :: Multimedia',
'Topic :: Multimedia :: Graphics',
'Topic :: Multimedia :: Video',

],
)

0 comments on commit 088587a

Please sign in to comment.