How to include additional packages in setup.py
niranjanreddy891 opened this issue · 2 comments
niranjanreddy891 commented
I am using Python-2.7 with windows-7 64 bit. Can anyone guide me how to modify setup.py. I want to add few packages in setup.py. I installed python-2.7 through anaconda. Thanks in advance
florisla commented
Hi,
This is not the correct place to ask general Python packaging questions.
Please read this:
https://packaging.python.org/tutorials/packaging-projects/
and take a look at setuptools.find_packages()
.
Projjol-zz commented
Closing this as explained by @florisla in the comment above that this is not an issue.