Skip to content

Commit

Permalink
move to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sshen8 committed Jul 1, 2023
1 parent a4ad0ee commit f00d1cc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 22 deletions.
33 changes: 33 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[project]
name = "peglit"
version = "1.1.0"
readme = "README.md"
requires-python = ">=3.6"
license = {file = "LICENSE"}
authors = [
{name = "Simon P Shen", email = "[email protected]"}
]
maintainers = [
{name = "Simon P Shen", email = "[email protected]"}
]
dependencies = [
"pandas",
"tqdm",
"matplotlib",
"Levenshtein",
"scipy",
"numpy",
"scikit-learn"
]

[project.urls]
homepage = "https://peglit.liugroup.us"
repository = "https://github.com/sshen8/peglit"

[project.scripts]
peglit = "peglit.peglit:main"
"peglit.score" = "peglit.score:main"
"peglit.inspect" = "peglit.inspect:main"

[tool.setuptools]
packages = ["peglit"]
22 changes: 0 additions & 22 deletions setup.py

This file was deleted.

0 comments on commit f00d1cc

Please sign in to comment.