Skip to content

Commit

Permalink
Update setup.cfg with release improvements (#19)
Browse files Browse the repository at this point in the history
Add long description and other required fields.
  • Loading branch information
allenporter authored Feb 6, 2023
1 parent 9b5c80f commit 1600ed2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [email protected]
license = Apache-2.0
license_file = LICENSE
classifiers =
License :: OSI Approved :: Apache Software License


[options]
packages = find:
Expand Down

0 comments on commit 1600ed2

Please sign in to comment.