Skip to content

Commit

Permalink
use hatch
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyq committed Oct 25, 2023
1 parent c9043ef commit 694b4aa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 24 deletions.
15 changes: 10 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "liqpy"
version = "0.1.0"
authors = [{ name = "Rostyslav Bohomaz", email = "[email protected]" }]
description = "Unofficial Python libary for LiqPay API"
readme = "README.md"
requires-python = ">=3.11"
keywords = ["liqpay", "api"]
license = { text = "MIT License" }
license = { file = "LICENSE" }
classifiers = ["Programming Language :: Python :: 3"]
dependencies = ["requests", "secret-type"]
urls = { Homepage = "https://github.com/rostyq/liqpy" }
dynamic = ["version"]

[project.urls]
Repository = "https://github.com/rostyq/liqpy"

[tool.hatch.version]
path = "liqpy/__about__.py"
19 changes: 0 additions & 19 deletions setup.py

This file was deleted.

0 comments on commit 694b4aa

Please sign in to comment.