diff --git a/pyproject.toml b/pyproject.toml index 9161841..a8a9a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,11 +1,10 @@ [build-system] -requires = ["hatchling"] -build-backend = "hatchling.build" +requires = ["setuptools>=61.2"] +build-backend = "setuptools.build_meta" [project] name = "my-paper" -classifiers = ["Private :: Do Not Upload"] -version = "0" +version = "1.1.0" dependencies = [ "ap_features", "matplotlib",