[fix] weird path
This commit is contained in:
parent
34f8ff4bab
commit
9a9f75dec5
2
setup.py
2
setup.py
@ -30,6 +30,6 @@ setup(name='prosopopee',
|
|||||||
keywords='',
|
keywords='',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
package_data={
|
package_data={
|
||||||
'prosopopee': ["%s/*" % x[0] for x in os.walk("prosopopee/themes/") if x[2]],
|
'prosopopee': ["%s/*" % x[0].replace("prosopopee/", "", 1) for x in os.walk("prosopopee/themes/") if x[2]],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user