Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
setup.py updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rc0r committed Jan 2, 2015
1 parent ed7f4a3 commit 81b6d88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions README
12 changes: 10 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

dependencies = ['twitter']

used_license = 'GNU Library or Lesser General Public License (LGPL)'
scripts = ['avivore']

setup(name='AvivoreXT',
Expand All @@ -13,10 +13,18 @@
long_description=open("./README.md", "r").read(),
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: ' + used_license,
'Operating System :: OS Independent',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Topic :: Utilities',
],
platforms=[
'Any',
],
author='@_rc0r',
license=used_license,
author='rc0r',
author_email='[email protected]',
url='https://github.com/rc0r/AvivoreXT',
install_requires = dependencies,
scripts=scripts,
Expand Down

0 comments on commit 81b6d88

Please sign in to comment.