Uploaded to pypi and added REAME.rst

This commit is contained in:
Mark Wolfman
2018-04-01 01:14:58 -05:00
parent dc331dbbf4
commit 9fd2747eb8
6 changed files with 52 additions and 6 deletions
+5 -4
View File
@@ -1,14 +1,15 @@
#!/usr/bin/env python
from distutils.core import setup
# from setuptools import setup
# from distutils.core import setup
from setuptools import setup
setup(name='dungeonsheets',
version='0.1dev',
version='0.1dev1',
description='Dungeons and Dragons 5e Character Tools',
author='Mark Wolfman',
author_email='canismarko@gmail.com',
url='',
url='https://github.com/canismarko/dungeon-sheets',
download_url = 'https://github.com/canismarko/dungeon-sheets/archive/master.zip',
packages=['dungeonsheets'],
entry_points={
'console_scripts': [