Skip to content

Commit

Permalink
update requirements to install projectcard from github
Browse files Browse the repository at this point in the history
Also add metadata
  • Loading branch information
e-lo committed Jun 13, 2024
1 parent aaf0c3d commit f003b06
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
[build-system]
requires = ["setuptools", "wheel"]

[project]
name = "network-wrangler"
version = "0.3.0"
description = ""
license = {file = "LICENSE"}
readme = "README.md"
authors = [
{ name = "Elizabeth Sall", email = "[email protected]" },
{ name = "Sijia Wang", email = "[email protected]"},
{ name = "Lisa Zorn", email = "[email protected]"},
{ name = "Ashish Kulshrestha", email = "[email protected]"}
]

classifiers = [
"Development Status :: 1 - Planning",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]

[tool.ruff]
line-length = 99

Expand All @@ -11,4 +36,5 @@ convention = "google"
"tests/**" = ["D103", "D106", "D101", "D104", "D100"]
"**/__init__.py" = ["F401", "F403"]
"test_dependencies.py" = ["F401"]
"bin/*.py" = ["E501"]
"bin/*.py" = ["E501"]

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ geopandas >= 0.8.0
osmnx >= 0.12
pandas >= 1.6
pandera[geopandas]
projectcard
git+https://github.com/network-wrangler/projectcard.git
pyarrow
pydantic >= 2
pyogrio
Expand Down

0 comments on commit f003b06

Please sign in to comment.