fixed bug with static files position

This commit is contained in:
2019-05-19 18:27:51 +01:00
parent 207ca19bdb
commit bbb004af64
2 changed files with 696 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ config = {
'url': "https://github.com/oggio88/md2html",
'packages': ['md2html'],
'package_data': {
'': ['*.html', '*.css', '*.js'],
'md2html': ['static/*.html', 'static/*.css', 'static/*.js'],
},
'include_package_data': True,
'classifiers': [