larsks / dockerize

A tool for creating minimal docker images from dynamic ELF binaries.
GNU General Public License v3.0
355 stars 41 forks source link

Prepare for packaging #3

Closed brbsix closed 8 years ago

brbsix commented 9 years ago

Here's an outline of the changes:

As far as I can tell, it should be ready to upload to PyPi. However I haven't tested it yet as I didn't want to register the package and prevent you from doing so. You'd probably want to upload it to the PyPi test server to ensure everything is functional. Documentation is prone to break if there are any errors in README.rst. Also note that you may want to select a LICENSE.

larsks commented 8 years ago

I've merged most of these changes. PyPi doesn't get to dictate of the format of my README file, though.

larsks commented 8 years ago

Dockerize is now on PyPi: https://pypi.python.org/pypi/dockerize

brbsix commented 8 years ago

Awesome... Also you can edit the PyPi description at https://pypi.python.org/pypi?:action=submit_form&name=dockerize&version=0.2.2 without affecting the .git repo if you care to. I agree though, it's unfortunate Markdown isn't supported (natively).