j
k
j a
j l
I'm trying to build an RPM for my package using distutils. I tried to create 'MANIFEST.in', containing: recursive-include *.py You can try "recursive-include . *.py". I think the second param must be a directory name.
I'm trying to build an RPM for my package using distutils. I tried to create 'MANIFEST.in', containing:
recursive-include *.py You can try "recursive-include . *.py". I think the second param must be a directory name.
Bastian
Back to the thread
Back to the list