Skip to content

Commit

Permalink
Add README and repository to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlan committed Jul 9, 2022
1 parent e9d5f93 commit d15655f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ version = "1.0.0"
description = "Python library for reading and downloading CVRPLIB instances."
authors = ["Leon Lan <leon.lanyidong@gmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/leonlan/CVRPLIB"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down

0 comments on commit d15655f

Please sign in to comment.