Skip to content

Commit

Permalink
add pyptoject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jykr committed Jun 25, 2024
1 parent cac5d9e commit 6545af5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[project]
name = "perturb-tools"
version = "0.3.5"
authors = [
{ name="Michael Vinyard", email="[email protected]" },{name="Jayoung Ryu", email="[email protected]"},
]
description = "A small example package"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
Homepage = "https://github.com/pinellolab/perturb-tools"
Issues = "https://github.com/pinellolab/perturb-tools/issues"

0 comments on commit 6545af5

Please sign in to comment.