Bumped version to 0.3.0 ready for release.
Changed min Python version to v3.10.
This commit is contained in:
parent
edbc418e5e
commit
f37ab70252
|
@ -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"
|
Loading…
Reference in New Issue