Hi all,
I want to convert a python project from Makefiles to distutils. Currently the
makefiles perform some tasks like building a PNG icon from a SVN file etc.
How can I add such commands (including timestamp checking) to a setup.py file,
so that it runs when I call 'python setup.py build' ? I can write python
functions to perform those command, and I found timestamp checking functions
in distutils.dep_u til, but just can't find the way to connect such commands
to the build step....
w best regards,
Wilbert Berendsen
--
"You must be the change you wish to see in the world."
-- Mahatma Gandi
I want to convert a python project from Makefiles to distutils. Currently the
makefiles perform some tasks like building a PNG icon from a SVN file etc.
How can I add such commands (including timestamp checking) to a setup.py file,
so that it runs when I call 'python setup.py build' ? I can write python
functions to perform those command, and I found timestamp checking functions
in distutils.dep_u til, but just can't find the way to connect such commands
to the build step....
w best regards,
Wilbert Berendsen
--
"You must be the change you wish to see in the world."
-- Mahatma Gandi
Comment