Changed directory structure to support pip

This commit is contained in:
SimLeek
2018-01-27 18:37:21 -07:00
parent 11adf29758
commit 9ff86c90f6
13 changed files with 15 additions and 8 deletions

View File

@ -6,8 +6,15 @@ setup(
version='0.1',
description='Pubsub interface for Python OpenCV',
author='Josh Miklos',
author_email='Simulator.Leek@gmail.com',
author_email='simulatorleek@gmail.com',
url='https://github.com/SimLeek/cv_pubsubs',
download_url='https://github.com/SimLeek/cv_pubsubs/archive/0.1.tar.gz',
keywords=['OpenCV', 'PubSub']
keywords=['OpenCV', 'PubSub'],
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
]
)