[BangPypers] Problem in setup.py file

Priyal Jain jainpriyal168 at gmail.com
Tue Mar 3 11:40:30 CET 2015


Hi,

I want to install my project as a directory rather than as a zipfile. How
to write setup.py file to install project as a directory.

I tried by giving flag, zip_safe = False inside setup() from setuptools,
but it is still installing my project as .egg not as directory.


Thanks
Regards
Priyal


More information about the BangPypers mailing list