Skip to content

Commit

Permalink
Added sketti
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixWolf authored Jun 25, 2017
1 parent 5930840 commit 93522fe
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,31 @@

setup(
name='pyverse',
version='0.1',
version='0.3',
description='Stub description for pyverse.',
install_requires=[],
scripts=[],
packages=['pyverse'],
author='Example Name',
author_email='[email protected]',
url='http://example.org',
download_url='http://example.org/pyverse.tar.gz'
author='PyVerse contributors',
author_email='[email protected]',
maintainer="Félix Wolf",
maintainer_email="[email protected]",
url='https://github.com/FelixWolf/pyverse/',
download_url='https://cdn.softhyena.com/pip/pyverse.tar.gz',
classifiers=[
'Development Status :: 4 - Beta',

'License :: OSI Approved :: MIT License',
'Natural Language :: English',

'Intended Audience :: Developers',
'Operating System :: OS Independent',

'Programming Language :: Python',
'Programming Language :: Python :: 3',

'Topic :: Communications :: Chat',
'Topic :: Internet',
'Topic :: Software Development :: Libraries :: Python Modules'
]
)

0 comments on commit 93522fe

Please sign in to comment.