-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
Description
Hi,
I've published multiple (simple) tools using Python3 pip. With Memacs, I do feel that my current knowledge and experience with pip is not enough.
Can you come up with a setup.py so that I may publish Memacs properly using pip?
The main things that are worrying me:
- How to provide direct access to module (commands)?
- How to properly handle requirements/dependencies? Is the current
requirements.txtOK for this? - My other projects are (mis-)using the pip version scheme like
2018.08.02.1(YYYY.MM.DD.). Is there a better way to generate version numbers? (I would like to see arguments for a different scheme than calendar-based)
My first approach for a Memacs setup.py is: https://gist.github.com/novoid/8468915f78e68e8d23c68f2e4df892e5
Please do help me here if you do have more experience in packaging Python projects like this!
Reactions are currently unavailable