Open Hecatron opened 7 years ago
That's on my list of todo but I need to figure out how to do it.
I found some details here, although I admit I haven't tried uploading to pypi myself yet
If you want to test / experiment it might be an idea to try uploading to the test index first to install from testpypi
pip install --index-url https://test.pypi.org/simple/ <packagename>
@twardoch Hi, is there a plan on publishing to pypi? Thx! In my case, plugins provide a better architecture, but mkdocs-combine works better :+1:
Oh yes, this would be great! You've seen https://packaging.python.org/tutorials/packaging-projects/ or? It's still not exactly easy these days but twine
does make the situation better. I've packaged some projects, so feel free to ask. Thanks for this great fork :)
I've recently put in a pull request for some small fixups for this to work under python 3. Is there any chance this could be published to https://pypi.python.org/pypi to make this easier to install? This could be quite useful for generating pdf's from mkdocs source.