Skip to content

Commit aad119d

Browse files
gcampclaude
andauthored
Use py-gtfs-loader from PyPI instead of git dependency (#46)
Switch from git+https://github.com/transitapp/[email protected] to py-gtfs-loader>=0.3.1 from PyPI to enable deployment to PyPI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 04c14ca commit aad119d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "GTFS-flex-to-GOFS"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
description = "Convert GTFS Flex to GOFS"
99
readme = "README.md"
1010
license = {text = "MIT"}
@@ -16,9 +16,9 @@ classifiers = [
1616
"License :: OSI Approved :: MIT License",
1717
"Programming Language :: Python :: 3",
1818
]
19-
requires-python = ">=3.8"
19+
requires-python = ">=3.10"
2020
dependencies = [
21-
"py-gtfs-loader @ git+https://github.com/transitapp/[email protected]",
21+
"py-gtfs-loader>=0.3.1",
2222
"shapely>=2.0.4"
2323
]
2424

0 commit comments

Comments
 (0)