Skip to content

Commit

Permalink
Merge pull request #29 from NewTec-GmbH/feature/bind_toml
Browse files Browse the repository at this point in the history
Bind pyproject.toml to package.
  • Loading branch information
gabryelreyes authored Dec 5, 2024
2 parents 4cf565d + 2c9cfb3 commit 76edc88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyPolarionCli"
version = "1.2.0"
version = "1.2.1"
description = "pyPolarionCli is a command-line tool designed for easy access to Polarion work items, e.g. for metric creation."
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -44,3 +44,6 @@ pyPolarionCli = "pyPolarionCli.__main__:main"
pythonpath = [
"src"
]

[tool.setuptools.package-data]
pyPolarionCli = ["pyproject.toml"]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ license_files = LICENSE
classifiers =
License :: OSI Approved :: BSD 3-Clause
Operating System :: OS Independent
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
project_urls =
Documentation = https://github.com/NewTec-GmbH/pyPolarionCli
Source = https://github.com/NewTec-GmbH/pyPolarionCli
Expand Down

0 comments on commit 76edc88

Please sign in to comment.