From 1600ed2f42d8d04146dbdc6cb5c88cdd5ef5bfb9 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 5 Feb 2023 18:50:39 -0800 Subject: [PATCH] Update setup.cfg with release improvements (#19) Add long description and other required fields. --- setup.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/setup.cfg b/setup.cfg index fc1a4d10..5aa12b59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,17 @@ name = flux-local version = 0.0.1 description = flux-local is a python library and set of tools for managing a flux gitops repository, with validation steps to help improve quality of commits, PRs, and general local testing. +long_description = file: README.md +long_description_content_type = text/markdown +prodid = github.com/allenporter/flux-local +url = https://github.com/allenporter/flux-local +author = Allen Porter +author_email = allen.porter@gmail.com +license = Apache-2.0 +license_file = LICENSE +classifiers = + License :: OSI Approved :: Apache Software License + [options] packages = find: