mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
Uploaded to pypi and added REAME.rst
This commit is contained in:
@@ -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': [
|
||||
|
||||
Reference in New Issue
Block a user