diff --git a/pyproject.toml b/pyproject.toml index 107ad9e..ba761ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] name = "fediblockhole" -version = "0.2.1" +version = "0.3.0" description = "Federated blocklist management for Mastodon" readme = "README.md" license = {file = "LICENSE"} -requires-python = ">=3.6" +requires-python = ">=3.10" keywords = ["mastodon", "fediblock"] authors = [ {name = "Justin Warren"}, {email = "justin@eigenmagic.com"} @@ -34,5 +34,3 @@ fediblock-sync = "fediblockhole:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" -# requires = ["flit_core >=3.4,<4"] -# build-backend = "flit_core.buildapi" \ No newline at end of file