[fix] bad string creation
This commit is contained in:
parent
961a83f519
commit
18e2c96899
2
setup.py
2
setup.py
@ -30,6 +30,6 @@ setup(name='prosopopee',
|
||||
keywords='',
|
||||
include_package_data=True,
|
||||
package_data={
|
||||
'prosopopee': ["static/x/*" for x in os.listdir("./prosopopee/static/")] + ['templates/*.html', 'templates/sections/*'],
|
||||
'prosopopee': ["static/%s/*" % x for x in os.listdir("./prosopopee/static/")] + ['templates/*.html', 'templates/sections/*'],
|
||||
},
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user