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

PIP 621

parent e48babc8
No related branches found
No related tags found
1 merge request!75PIP 621
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
[bumpversion:file:odoo_scripts/__init__.py] [bumpversion:file:odoo_scripts/__init__.py]
[bumpversion:file:pyproject.toml]
[bumpversion:file:setup.py] [bumpversion:file:setup.py]
[flake8] [flake8]
......
[bumpversion]
current_version = 14.0.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
tag_name = {new_version}
tag_message = 🔖 {new_version}
message = {new_version}
[bumpversion:file:create_documentation]
[bumpversion:file:do_tests]
[bumpversion:file:run_tests]
[bumpversion:file:start]
[bumpversion:file:odoo_scripts/__init__.py]
[bumpversion:file:setup.py]
[flake8] [flake8]
max-line-length = 88 max-line-length = 88
[project]
name = "odoo_scripts"
version = "14.0.0"
description = "Collection of scripts for Odoo"
readme = "README.rst"
requires-python = ">=3.6"
license = {file = "LICENSE"}
author = "XCG Consulting"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Environment :: Console",
]
[build-system] [build-system]
requires = ["setuptools >= 40.6.0", "wheel"] requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
...@@ -1,9 +16,7 @@ ...@@ -1,9 +16,7 @@
[build-system] [build-system]
requires = ["setuptools >= 40.6.0", "wheel"] requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
# See <https://pypi.org/project/black/>.
[tool.black] [tool.black]
target = 3.6 target = 3.6
......
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