Skip to content

setup.py for publishing Memacs properly using pip3 #80

@novoid

Description

@novoid

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.txt OK 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!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions