This commit is contained in:
yumoqing 2022-04-07 11:30:57 +08:00
parent 8b984aa8d9
commit 856634fdb2
2 changed files with 5 additions and 9 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include *.txt

View File

@ -14,7 +14,7 @@ except ImportError:
description = "kivy charts is a tool to build kivy data plot" description = "kivy charts is a tool to build kivy data plot"
author = "yumoqing" author = "yumoqing"
email = "yumoqing@icloud.com" email = "yumoqing@icloud.com"
version = '0.0.7' version = '0.0.8'
depandent_packages = [] depandent_packages = []
with codecs.open('./requirements.txt', 'r', 'utf-8') as f: with codecs.open('./requirements.txt', 'r', 'utf-8') as f:
b = f.read() b = f.read()
@ -23,14 +23,9 @@ with codecs.open('./requirements.txt', 'r', 'utf-8') as f:
print('########depandent_packages=', depandent_packages) print('########depandent_packages=', depandent_packages)
package_data = { package_data = {
"kivyblocks":[ "":[
'imgs/*.png', "*.txt"
'imgs/*.atlas', ]
'imgs/*.gif',
'imgs/*.jpg',
'ttf/*.ttf',
'ui/*.uidesc',
],
} }
setup( setup(