Remove license from pyproject
This commit is contained in:
parent
b94b829307
commit
533e813611
1 changed files with 0 additions and 6 deletions
|
@ -11,12 +11,6 @@ version = "0.0.7"
|
||||||
description = "Update Dynamic Host IPv6 in OVH"
|
description = "Update Dynamic Host IPv6 in OVH"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]
|
authors = [{ name = "Antonio J. Delgado", email = "antonio@susurrando.com" }]
|
||||||
license = { file = "LICENSE" }
|
|
||||||
classifiers = [
|
|
||||||
"License :: OSI Approved :: GPLv3 License",
|
|
||||||
"Programming Language :: Python",
|
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
]
|
|
||||||
#keywords = ["vCard", "contacts", "duplicates"]
|
#keywords = ["vCard", "contacts", "duplicates"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"click",
|
"click",
|
||||||
|
|
Loading…
Reference in a new issue