Skip to content

Commit

Permalink
Merge pull request #15 from yutanagano/update_pyproject_toml
Browse files Browse the repository at this point in the history
Polish pyproject TOML
  • Loading branch information
yutanagano authored Jun 4, 2024
2 parents 1c07492 + 7e30de4 commit 115c66a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,24 @@ build-backend = "setuptools.build_meta"

[project]
name = "sceptr"
requires-python = ">=3.9"
authors = [
{name = "Yuta Nagano", email = "yutanagano51@proton.me"}
]
description = "Simple Contrastive Embedding of the Primary sequence of T cell Receptors."
maintainers = [
{name = "Yuta Nagano", email = "yutanagano51@proton.me"}
]
description = "Fast and performant TCR representation model"
readme = "README.md"
keywords = ["TCR", "TR", "T cell", "transformer", "bert", "MLM", "immunology", "bioinformatics"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
]
dependencies = [
"libtcrlm @ git+https://github.com/yutanagano/libtcrlm.git@v1.0.0",
"numpy~=1.26",
Expand Down

0 comments on commit 115c66a

Please sign in to comment.