We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://packaging.python.org/en/latest/specifications/core-metadata/
I would like to be able to create a template for this based on the project I'm working on.
the desired output would be in the following form
__author__ = "Rob Knight, Gavin Huttley, and Peter Maxwell" __copyright__ = "Copyright 2007, The Cogent Project" __credits__ = ["Rob Knight", "Peter Maxwell", "Gavin Huttley", "Matthew Wakefield"] __license__ = "GPL" __version__ = "1.0.1" __maintainer__ = "Rob Knight" __email__ = "[email protected]" __status__ = "Production"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://packaging.python.org/en/latest/specifications/core-metadata/
I would like to be able to create a template for this based on the project I'm working on.
the desired output would be in the following form
The text was updated successfully, but these errors were encountered: