Skip to content

Commit

Permalink
Merge pull request #1 from FunTimeCoding/master
Browse files Browse the repository at this point in the history
setup.py
  • Loading branch information
FelixWolf authored Jun 25, 2017
2 parents db45f9a + 56e0840 commit 5930840
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/usr/bin/env python3
from setuptools import setup

setup(
name='pyverse',
version='0.1',
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'
)

0 comments on commit 5930840

Please sign in to comment.