menorki / python-calais

Automatically exported from code.google.com/p/python-calais
0 stars 0 forks source link

add a setup.py #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not a bug but rather an enhancement request of the installation
process.

Could you please add a setup.py in the repository in order to make the
installation process easier.

This will give you an easy way to register this library on Pypi
(http://pypi.python.org/pypi) plus a very convenient one liner to install
it with pip.

Regards,
--yml

Original issue reported on code.google.com by yann.ma...@gmail.com on 19 Feb 2009 at 10:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Adding a patch against trunk to add a basic setup file, for adding other 
details to it see : 
http://docs.python.org/distutils/setupscript.html 

To add the package to pypi use (you might need to create an account at pypi 
before) : 
$ python setup.py sdist bdist_egg register upload

Original comment by timothee...@gmail.com on 26 Feb 2009 at 1:32

Attachments:

GoogleCodeExporter commented 9 years ago
Applied.  Thank you very much for your contribution!

Original comment by s3x...@gmail.com on 1 Mar 2009 at 6:02

GoogleCodeExporter commented 9 years ago
Can you push it on pypi now ? This would enable more developers to use this 
package.
See : http://pypi.python.org/pypi

Original comment by timothee...@gmail.com on 18 Apr 2012 at 4:16