Skip to content

Commit

Permalink
modified the setup.py to make pypi package work
Browse files Browse the repository at this point in the history
  • Loading branch information
Gene Hallman committed Mar 1, 2015
1 parent 7443c2f commit 8753061
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
setup(name='pykurento',
version='0.0.1',
description='A python kurento client based on websocket-client',
url='http://github.com/minervaproject/pykurento',
author='MinervaProject',
author_email='dev@minervaproject.com',
url='https://github.com/minervaproject/pykurento',
download_url='https://github.com/minervaproject/pykurento/tarball/0.0.1',
author='Gene Hallman, MinervaProject',
author_email='gene@minervaproject.com',
license='LGPL',
packages=['pykurento'],
install_requires=[
Expand Down

0 comments on commit 8753061

Please sign in to comment.