Skip to content

Instantly share code, notes, and snippets.

View unkwn1-repo's full-sized avatar

unkwn1 unkwn1-repo

View GitHub Profile
@unkwn1-repo
unkwn1-repo / setup.cfg
Created May 3, 2021 12:49 — forked from althonos/setup.cfg
A `setup.cfg` template for my Python projects
# https://gist.github.com/althonos/6914b896789d3f2078d1e6237642c35c
[metadata]
name = {name}
version = file: {name}/_version.txt
author = Martin Larralde
author_email = martin.larralde@embl.de
url = https://github.com/althonos/{name}
description = {description}
long_description = file: README.md