Commit Graph

7 Commits

Author SHA1 Message Date
Kai Huuhko 927320a247 setup.py: Add env variable USE_CYTHON for compilation from pyx sources
pyx source files are now used only when USE_CYTHON is set to 1 or the
C source files have not yet been pre-compiled.

Only efl.eo.c is checked for this so if you cancel an initial build make
sure to enable USE_CYTHON when re-starting the build.

The pyx sources will now be included in the source tarball.
2014-04-30 19:14:02 +03:00
Kai Huuhko 01365d7375 Add COPYING.LESSER to MANIFEST.in 2013-12-08 12:17:56 +02:00
Kai Huuhko 1c1f102334 Add changes.html to MANIFEST.in 2013-12-07 20:31:33 +02:00
Davide Andreoli d94da4fdf7 Python-EFL: include the tests folder in the distribution package. 2013-12-07 18:15:11 +01:00
Kai Huuhko 641fe47961 Refine MANIFEST.in 2013-10-17 00:31:00 +03:00
Davide Andreoli f2b7c24f7a Python-EFL: some little and stupid cleanup to setup.py and some additions to MANIFEST.in
* Fix clean_generated_files to also include utils
* change format() usage to simple str concat...just to hurt kuuko :)
* remove the usless check for __main__
2013-10-16 22:35:44 +02:00
Kai Huuhko 3b95ccd069 Facilitate creating a source tarball with 'setup.py sdist' command.
setup.py was modified to work with the generated package.

TODO: Include Sphinx documentation.
2013-10-16 21:31:50 +03:00