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