Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Implementation for --version command #2

Closed
H4ppy-04 opened this issue Nov 3, 2024 · 0 comments
Closed

[feature] Implementation for --version command #2

H4ppy-04 opened this issue Nov 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@H4ppy-04
Copy link
Owner

H4ppy-04 commented Nov 3, 2024

Required implementation for --version command.

Implementation spec:

This ensures that:

  1. Version doesn't have to be updated manually
  2. Version is called from Git instead of being managed within a file or dunder constant.

Requires:

  • Nixos dependency modification as https://pypi.org/project/setuptools-scm/ is external.

  • Modification of setup.py into something like

    from setuptools import setup
    
    setup(
        use_scm_version=True,
        setup_requires=['setuptools-scm'],
    )
@H4ppy-04 H4ppy-04 added the enhancement New feature or request label Nov 3, 2024
@H4ppy-04 H4ppy-04 added this to the v1.0 milestone Nov 3, 2024
@H4ppy-04 H4ppy-04 self-assigned this Nov 3, 2024
@H4ppy-04 H4ppy-04 pinned this issue Nov 3, 2024
@H4ppy-04 H4ppy-04 unpinned this issue Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant