You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
566 B
24 lines
566 B
9 months ago
|
[build-system]
|
||
|
requires = ["setuptools >= 61.0"]
|
||
|
build-backend = "setuptools.build_meta"
|
||
|
|
||
|
[project.scripts]
|
||
|
sherlock = "sherlock:main"
|
||
|
|
||
|
[project.urls]
|
||
|
Homepage = "http://sherlock-project.github.io/"
|
||
|
Repository = "https://github.com/sherlock-project/sherlock.git"
|
||
|
Issues = "https://github.com/sherlock-project/sherlock/issues"
|
||
|
|
||
|
[project]
|
||
|
name = "sherlock"
|
||
|
readme = "README.md"
|
||
|
license = {file = "LICENSE"}
|
||
|
dynamic = ["dependencies", "version"]
|
||
|
|
||
|
[tool.setuptools.dynamic]
|
||
|
dependencies = {file = ["requirements.txt"]}
|
||
|
|
||
|
[tool.setuptools]
|
||
|
package-dir = {"" = "sherlock"}
|