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

Please add __version__ and __repo__ metadata. Thank you! #19

Closed
ntoll opened this issue Sep 3, 2019 · 0 comments · Fixed by #20
Closed

Please add __version__ and __repo__ metadata. Thank you! #19

ntoll opened this issue Sep 3, 2019 · 0 comments · Fixed by #20
Assignees

Comments

@ntoll
Copy link

ntoll commented Sep 3, 2019

For this module to work with the upcoming circup utility (see https://github.com/ntoll/circup), there needs to be two bits of metadata expressed as "dunder" objects within the module.

Specifically, circup looks for something like the following:

__version__ = "1.2.3"
__repo__ = "https://github.com/adafruit/SomeLibrary.git"

The __version__ should be a correct semantic-version value (see: https://semver.org/).

The __repo__ should be the HTTPS URL used for cloning this repository.

You can see an example of this behaviour in an existing project here.

Please don't hesitate to ping me if you have any questions. Thank you! 🐍 ❤️ 👍

cc/@ladyada

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants