Skip to content

Commit

Permalink
Remove hyphenated variables in setup.cfg (vmware#1148)
Browse files Browse the repository at this point in the history
Signed-off-by: Aniruddha Shamasundar <aniruddha.9794@gmail.com>
  • Loading branch information
Anirudh9794 authored Jul 30, 2021
1 parent 7c4ea6d commit 289903c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[metadata]
name = container-service-extension
summary = Container Service Extension for vCloud Director
description-file =
README.md
long_description = file: README.md
long_description_content_type = text/markdown
author = Paco Gomez
author_email = pgomez@vmware.com
url = https://github.com/vmware/container-service-extension
Expand All @@ -22,7 +22,7 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 3

requires-python = >=3
python_requires = >= 3.7

[entry_points]
console_scripts =
Expand Down

0 comments on commit 289903c

Please sign in to comment.