setup.py simulate doc generation, otherwise, it conflict when using easy_install on the package

+ fake & reupload linux package
This commit is contained in:
Mathieu Virbel 2011-02-01 11:21:54 +01:00
parent 65195d765d
commit a7297773f7
1 changed files with 2 additions and 1 deletions

View File

@ -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}