Skip to content

Commit 54abf1d

Browse files
authored
force sync
1 parent 0b9af65 commit 54abf1d

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ def grep(attrname):
3939
description='uliweb-apijson',
4040
long_description=desc(),
4141
packages = find_packages(),
42-
package_data={
43-
'':["*.md","*.ini","static/*","templates/*","templates/*/*"]
44-
},
42+
include_package_data=True,
4543
zip_safe=False,
4644
platforms='any',
4745
install_requires=[
@@ -55,4 +53,4 @@ def grep(attrname):
5553
'Programming Language :: Python',
5654
'Topic :: Software Development :: Libraries :: Python Modules'
5755
],
58-
)
56+
)

0 commit comments

Comments
 (0)