Skip to content

Commit

Permalink
Merge pull request #12 from MartinBernstorff/mb/elated-wolf
Browse files Browse the repository at this point in the history
ci: add semantic release info
  • Loading branch information
MartinBernstorff authored Oct 26, 2023
2 parents ce68178 + 6b90180 commit 6943c5a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "FunctionalPython"
version = "0.0.0"
authors = [
{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" },
]
authors = [{ name = "Martin Bernstorff", email = "martinbernstorff@gmail.com" }]
description = "Functionalpython"
classifiers = ["Programming Language :: Python :: 3.11"]
requires-python = ">=3.11"
Expand Down Expand Up @@ -117,5 +115,10 @@ known-third-party = ["wandb"]
# Unlike Flake8, default to a complexity level of 10.
max-complexity = 10

[tool.semantic_release]
branch = "main"
version_toml = ["pyproject.toml:project.version"]
build_command = "python -m pip install build; python -m build"

[tool.setuptools]
include-package-data = true

0 comments on commit 6943c5a

Please sign in to comment.