Added subclass descriptions

This commit is contained in:
Ben Cook
2018-12-21 12:25:02 -05:00
parent 35b272be5f
commit 0dbe54605f
40 changed files with 1069 additions and 186 deletions
+2 -6
View File
@@ -20,12 +20,8 @@ setup(name='dungeonsheets',
download_url = 'https://github.com/canismarko/dungeon-sheets/archive/master.zip',
packages=find_packages(),
package_data={
'dungeonsheets': ['blank-character-sheet-default.pdf',
'blank-spell-sheet-default.pdf',
'spellbook_template.tex', '../VERSION',
'empty_template.txt',
'character_template.txt', 'features_template.tex',
'druid_shapes_template.tex']
'dungeonsheets': ['forms/*pdf', 'forms/*.tex', 'forms/*.txt',
'../VERSION']
},
install_requires=[
'fdfgen', 'npyscreen', 'jinja2', 'pdfrw',