Skip to content
Snippets Groups Projects
Commit 53244ad8 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:ambulance: fix pyproject.toml authors entry

parent 000555e7
No related branches found
No related tags found
1 merge request!103🚑 fix pyproject.toml authors entry
......@@ -2,6 +2,11 @@
History
=======
15.3.1
------
Fix pyproject.toml so that the project can be installed.
15.3.0
------
......
......@@ -5,10 +5,12 @@
readme = "README.rst"
requires-python = ">=3.6"
license = {file = "LICENSE"}
author = "XCG Consulting"
authors = [
{name = "XCG Consulting"},
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Environment :: Console",
]
......@@ -9,9 +11,10 @@
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Environment :: Console",
]
keywords = ["odoo"]
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
......@@ -62,4 +65,4 @@
depends = coverage-report
commands =
coverage xml
"""
\ No newline at end of file
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment