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"
|
||||
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(
|
||||
|
Loading…
Reference in New Issue
Block a user