Commit Graph

10 Commits

Author SHA1 Message Date
Davide Andreoli 132b772e4b Convert changes.html in a standard ChangeLog file 2015-01-07 00:31:06 +01:00
Davide Andreoli 1c6b3ac0c3 Updated metadata and other stuff for pypi compliance.
From now on you can ownload and install the bindings using pypi:
pip install python-efl

The 1.12.0 release is uploaded yet
2014-12-21 12:43:56 +01:00
Kai Huuhko 32e55a777f Fix build from tarball with Cython installed 2014-07-02 03:58:19 +03:00
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