Skip to content

Commit 2bb0b6e

Browse files
Simplify (#14)
1 parent c3530ef commit 2bb0b6e

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Loopia Python Library
22

33
[![Documentation Status](https://app.readthedocs.org/projects/loopiase-python/badge/?version=latest)](https://loopiase-python.readthedocs.io/en/latest/)
4-
[![Coverage Status](https://coveralls.io/repos/github/DigitalTolk/loopiase-python/badge.svg?branch=feature/add-github-actions)](https://coveralls.io/github/DigitalTolk/loopiase-python?branch=feature/add-github-actions)
4+
[![Coverage Status](https://coveralls.io/repos/github/DigitalTolk/loopiase-python/badge.svg)](https://coveralls.io/github/DigitalTolk/loopiase-python)
55

66
Python client library for the [Loopia](https://www.loopia.se) domain registrar API.
77

@@ -62,4 +62,4 @@ make docs # build Sphinx documentation
6262

6363
## License
6464

65-
GPL-3.0
65+
GPL-3.0-or-later

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
2-
requires = ["setuptools>=68.0"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["hatchling"]
3+
build-backend = "hatchling.build"
44

55
[project]
66
name = "loopiase"
77
version = "0.0.1"
88
description = "Python client library for the Loopia API"
99
readme = "README.md"
10-
license = "GPL-3.0-only"
10+
license = "GPL-3.0-or-later"
1111
requires-python = ">=3.10"
1212

1313
[project.optional-dependencies]
@@ -23,9 +23,6 @@ dev = [
2323
[project.urls]
2424
Homepage = "https://github.com/DigitalTolk/loopiase-python"
2525

26-
[tool.setuptools.packages.find]
27-
where = ["src"]
28-
2926
[tool.pytest.ini_options]
3027
testpaths = ["tests"]
3128

0 commit comments

Comments
 (0)