pythonhacker / harvestman-crawler

Automatically exported from code.google.com/p/harvestman-crawler
1 stars 3 forks source link

Use all functionality of setup.py #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Missing functionality that I would like to add to setup.py:
1. PyPI upload. this will allow anybody to say easy_install harvestman
2. test python setup.py install on windows
3. add require("setuptools") to make sure setuptools gets automatically
fetched.
4. python setup.py bdist_egg to create egg file without installing the
config.xml file.

Let me know if there are any other functionality that you would like to add
to setup.py

Lucas

Original issue reported on code.google.com by szybal...@gmail.com on 12 Oct 2008 at 3:40