File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66Python 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
Original file line number Diff line number Diff line change 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 ]
66name = " loopiase"
77version = " 0.0.1"
88description = " Python client library for the Loopia API"
99readme = " README.md"
10- license = " GPL-3.0-only "
10+ license = " GPL-3.0-or-later "
1111requires-python = " >=3.10"
1212
1313[project .optional-dependencies ]
@@ -23,9 +23,6 @@ dev = [
2323[project .urls ]
2424Homepage = " https://github.com/DigitalTolk/loopiase-python"
2525
26- [tool .setuptools .packages .find ]
27- where = [" src" ]
28-
2926[tool .pytest .ini_options ]
3027testpaths = [" tests" ]
3128
You can’t perform that action at this time.
0 commit comments