Skip to content

Commit

Permalink
make file hidden so setup.py can by run by pip
Browse files Browse the repository at this point in the history
  • Loading branch information
kamurani committed Jul 2, 2022
1 parent 9bcd2c3 commit 816b177
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"


[project]
name = "pomegranate-protein"
version = "0.0.1"
authors = [
{ name="Cam McMenamie", email="[email protected]" },
{ name="Hannah Veitch", email="[email protected]" },
{ name="Naomi Warren", email="[email protected]" },
{ name="Austin Tsai", email="[email protected]" },
]
description = "Phosphosite motif explorer"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/cimranm/pomegranate"
"Bug Tracker" = "https://github.com/cimranm/pomegranate/issues"

0 comments on commit 816b177

Please sign in to comment.