bugfix
This commit is contained in:
parent
8b984aa8d9
commit
856634fdb2
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
@ -0,0 +1 @@
|
|||||||
|
include *.txt
|
13
setup.py
13
setup.py
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user