mirror of https://github.com/kivy/kivy.git
setup.py simulate doc generation, otherwise, it conflict when using easy_install on the package
+ fake & reupload linux package
This commit is contained in:
parent
65195d765d
commit
a7297773f7
3
setup.py
3
setup.py
|
@ -1,9 +1,10 @@
|
|||
import sys
|
||||
from os.path import join, dirname, realpath, sep
|
||||
from os import walk
|
||||
from os import walk, environ
|
||||
from setuptools import setup, Extension
|
||||
|
||||
# extract version (simulate doc generation, kivy will be not imported)
|
||||
environ['KIVY_DOC_INCLUDE'] = '1'
|
||||
import kivy
|
||||
|
||||
# extra build commands go in the cmdclass dict {'command-name': CommandClass}
|
||||
|
|
Loading…
Reference in New Issue