Skip to content

Commit 7cc9130

Browse files
Merge pull request #3 from moravveji/pyproject-styling
fix pyproject.toml again and top up version
2 parents b0b1e15 + 9af7b9e commit 7cc9130

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mango_auth"
7-
version = "0.0.10"
7+
version = "0.0.11"
88
authors = [
99
{ name="Peter Verraedt", email="peter.verraedt@kuleuven.be" },
1010
]
1111
description = "Mango Auth is a small python module to authenticate using interactive pam authentication against an iRODS installation, opening web browser links as needed."
1212
readme = "README.md"
1313
requires-python = ">=3.8"
14-
license = "BSD-3-Clause"
14+
license = { text = "BSD-3-Clause" }
1515
dependencies = [
1616
"python-irodsclient >= 3.2.0",
1717
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='mango_auth',
5-
version='0.0.10',
5+
version='0.0.11',
66
py_modules=['mango_auth'],
77
entry_points={
88
'console_scripts': [

0 commit comments

Comments
 (0)