diff --git a/pyproject.toml b/pyproject.toml index 423ec7a..ec3def2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,4 +15,8 @@ classifiers = [ [project.urls] Homepage = "https://github.com/hreikin/p2pool-api" -Issues = "https://github.com/hreikin/p2pool-api/issues" \ No newline at end of file +Issues = "https://github.com/hreikin/p2pool-api/issues" + +[build-system] +requires = ["hatchling"] +build-backend = "hatchling.build" \ No newline at end of file