Skip to content

Instantly share code, notes, and snippets.

@toxinu
Last active September 23, 2020 16:31
Show Gist options
  • Save toxinu/1d11ec668a057a871720bf8d7946829a to your computer and use it in GitHub Desktop.
Save toxinu/1d11ec668a057a871720bf8d7946829a to your computer and use it in GitHub Desktop.
blog/how-to-store-your-python-package-metadata-01
$ tree .
.
├── my_package
│   ├── __about__.py
│   └── __init__.py
└── setup.py
1 directory, 3 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment