Modify ↓
#13092 closed task (fixed)
Publish to PyPI
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | XmlRpcPlugin |
Severity: | normal | Keywords: | |
Cc: | Olemis Lang | Trac Release: |
Description
Is there any interest in having the plugin published to PyPI? osimons, I could add you as a package owner.
It's pretty trivial to publish a new version after twine
is configured:
$ rm -r dist $ python setup.py sdist bdist_wheel $ twine upload dist/*.whl dist/*.tar.gz
Attachments (0)
Change History (7)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Owner: | changed from osimons to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:6 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Okay, thanks. pypi:TracXmlRpc. Edited XmlRpcPlugin@119.
Note: See
TracTickets for help on using
tickets.
Sure, no problem. And as you know I've also strived to keep one main branch that works for all versions, so 'latest' is intended to work for all main Trac versions in use. At least 0.12+ as that is what I still use... :-)