main
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 100644
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"
author = "yumoqing"
email = "yumoqing@icloud.com"
version = '0.0.7'
version = '0.0.8'
depandent_packages = []
with codecs.open('./requirements.txt', 'r', 'utf-8') as f:
b = f.read()
@ -23,14 +23,9 @@ with codecs.open('./requirements.txt', 'r', 'utf-8') as f:
print('########depandent_packages=', depandent_packages)
package_data = {
"kivyblocks":[
'imgs/*.png',
'imgs/*.atlas',
'imgs/*.gif',
'imgs/*.jpg',
'ttf/*.ttf',
'ui/*.uidesc',
],
"":[
"*.txt"
]
}
setup(