Skip to content

Commit

Permalink
Merge pull request #222 from lucky2077/master
Browse files Browse the repository at this point in the history
fix: wrong build system
  • Loading branch information
shadowv0vshadow authored Jun 27, 2024
2 parents c168d84 + e6ba7df commit 5a8281f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 5a8281f

Please sign in to comment.