added Aasimar, updated background languages, and corrected a few other issues

This commit is contained in:
Ben Cook
2018-12-17 16:47:58 -05:00
parent bb09b9dacb
commit 274f34fe88
8 changed files with 89 additions and 48 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ setup(name='dungeonsheets',
packages=['dungeonsheets'],
package_data={
'dungeonsheets': ['blank-character-sheet-default.pdf', 'blank-spell-sheet-default.pdf',
'spellbook_template.tex']
'spellbook_template.tex', '../VERSION',
'character_template.txt']
},
install_requires=[
'fdfgen', 'npyscreen', 'jinja2', 'pdfrw',