Minor fixes and minor version bump.

- More reliable clean up of stray temporary files.
- Typos in spell description.
- Separate file for version number.
This commit is contained in:
Mark Wolfman
2018-10-14 13:58:16 -05:00
parent 5a15b0dfd0
commit 2c8492485e
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ def read(fname):
setup(name='dungeonsheets',
version='0.4.0',
version=read('VERSION'),
description='Dungeons and Dragons 5e Character Tools',
long_description=read('README.rst'),
long_description_content_type='text/x-rst',