Added armor and shields to calculate armor class.

This commit is contained in:
Mark Wolfman
2018-04-14 01:25:56 -05:00
parent 9ff160eb59
commit c9bcaac18d
11 changed files with 290 additions and 35 deletions
+2 -2
View File
@@ -1,14 +1,14 @@
#!/usr/bin/env python
import os
# from distutils.core import setup
from setuptools import setup
def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
setup(name='dungeonsheets',
version='0.1.0',
version='0.2.1',
description='Dungeons and Dragons 5e Character Tools',
long_description=read('README.rst'),
long_description_content_type='text/x-rst',