[BangPypers] Problem in setup.py file

2015-03-03 Thread Priyal Jain
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

Re: [BangPypers] Problem in setup.py file

2015-03-03 Thread Priyal Jain
Hi, My setup.py file is: from setuptools import setup, find_packages setup(name = "abc", version = "0.1", description = "Python version of abc Administrator", author = "Priyal Jain", author_email = "jainpriyal