Bump version.

This commit is contained in:
Julien Palard 2023-04-17 14:02:05 +02:00
parent 3d9568966f
commit 830e11adf1
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
3 changed files with 44 additions and 26 deletions

44
pyproject.toml Normal file
View File

@ -0,0 +1,44 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "poutils"
version = "0.15.2"
description = "Gettext related tools: spellcheck, line wrapping etc..."
readme = "README.rst"
keywords = [
"poutils",
"gettext",
"powrap",
"pospell",
"pogrep",
"potodo",
"pomerge",
"padpo",
]
authors = [
{name = "Jules Lasne", email = "jules.lasne@gmail.com"},
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
]
dependencies = [
"powrap==1.0.1",
"pospell==1.1",
"pogrep==0.1.4",
"potodo==0.21.3",
"pomerge==0.1.4",
"padpo==0.11.0",
"sphinx-lint==0.6.7",
]
[project.license]
text = "MIT"
[project.urls]
Homepage = "https://github.com/afpy/poutils"
[tool.setuptools]
include-package-data = false

View File

@ -1,25 +0,0 @@
[metadata]
name = poutils
url = https://github.com/afpy/poutils
version = 0.15.1
description = Gettext related tools: spellcheck, line wrapping etc...
long_description = file: README.rst
keywords = poutils, gettext, powrap, pospell, pogrep, potodo, pomerge, padpo
license = MIT
author = Jules Lasne
author_email = jules.lasne@gmail.com
classifiers =
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
[options]
zip_safe = True
include_package_data = True
install_requires =
powrap==1.0.1
pospell==1.1
pogrep==0.1.4
potodo==0.21.3
pomerge==0.1.4
padpo==0.11.0
sphinx-lint==0.6.7

View File

@ -1 +0,0 @@
import setuptools; setuptools.setup()