Remove license from pyproject
This commit is contained in:
parent
533e813611
commit
17f82ba780
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -18,6 +18,5 @@ setuptools.setup(
|
||||||
description="Update Dynamic Host IPv6 in OVH",
|
description="Update Dynamic Host IPv6 in OVH",
|
||||||
long_description="README.md",
|
long_description="README.md",
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
license="GPLv3",
|
|
||||||
# keywords=["my", "script", "does", "things"]
|
# keywords=["my", "script", "does", "things"]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue