wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
340 stars 95 forks source link

Cannot install fileconveyor with pip or buildout #80

Closed benoitbryon closed 13 years ago

benoitbryon commented 13 years ago

Python packaging is really useful to install Python software with tools like easy_install, pip or buildout. Currently there is no simple way to use these tools because fileconveyor is not available as a Python egg. It would be great if fileconveyor had a setup.py.

benoitbryon commented 13 years ago

oh, I didn't know that doing a pull request also creates an issue... sorry.

81 is a proposal to fix (could be improved, but should be enough) this issue.

wimleers commented 13 years ago

That's okay :) I'll respond in #81.

wimleers commented 13 years ago

I guess it's safe to close this one now.