diff --git a/pyproject.toml b/pyproject.toml index fcad5994..ef16e707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" +requires = ["setuptools", "setuptools-scm"] +build-backend = "setuptools.build_meta" [project] name = "atomicals-electrumx" @@ -25,7 +25,7 @@ authors = [ ] description = "Atomicals ElectrumX Server" readme = "README.rst" -license = "MIT Licence" +license = {text = "MIT Licence"} keywords = ["atomicals", "ElectrumX"] classifiers = [ "Development Status :: 5 - Production/Stable",