FrodeSolheim / python-lhafile

LHA archive support for Python
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

Submit to PyPi? #8

Closed osvaldolove closed 6 years ago

osvaldolove commented 6 years ago

Hi,

Will you be publishing this to PyPi at any point? I would like to use it in a command line tool for managing Amiga WHDLoad slaves and have got python-lhafile configured in my setup.py to use dependency_links. This is fine for the moment but pip is looking to deprecate the --process-dependency-links flag.

Publishing this project to PyPi would solve this but not sure if it's feasible?

Thanks...

osvaldolove commented 6 years ago

Just to follow this up, I am happy to maintain and submit this as a PyPi package if that suits?

FrodeSolheim commented 6 years ago

Looks like I managed to upload the thing..: https://pypi.python.org/pypi/lhafile :)

osvaldolove commented 6 years ago

You sir are awesome! Thank-you for doing that. I will test it tomorrow and let you know 😀

osvaldolove commented 6 years ago

Tested this morning and it works like a charm. I can now declare install_requires=['lhafile'] in my setup.py and pip install pulls the dependency in automagically.

Thanks again for doing this.