Skip to content

Commit

Permalink
fix meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 25, 2024
1 parent c60d8a0 commit a3d4b8f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ requires = ["maturin>=1,<2"]
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -19,6 +18,17 @@ description = "Probably the fastest Python package to convert longitude/latitude
name = "tzfpy"
requires-python = ">=3.9"
maintainers = [{ name = "ringsaturn", email = "ringsaturn.me@gmail.com" }]
keywords = [
"tzf",
"timezone",
"timezone-name",
"timezone-lookup",
"gps",
"gps-coordinates",
"gps-location",
"longitude",
"latitude",
]

[project.optional-dependencies]
pytz = ["pytz>=2024.2"]
Expand Down

0 comments on commit a3d4b8f

Please sign in to comment.