-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
27 lines (24 loc) · 993 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[tool.poetry]
name = "package_root"
version = "1.0.0"
license = "MIT"
description = "import package_root # into your PYTHON_PATH"
authors = ["Faraz Yashar <[email protected]>"]
readme = "README.md"
homepage = "https://github.com/fny/python-package_root"
repository = "https://github.com/fny/python-package_root"
documentation = "https://github.com/fny/python-package_root"
keywords = ["package_root", "project", "root", "path", "python", "utlity", "common", "root", "rootpath", "root-path", "detect", "autodetect", "auto-detect", "project-root", "project-root-path", "package-root", "package-root-path"]
classifiers = [
"Intended Audience :: Developers",
"Topic :: Software Development :: Libraries :: Python Modules",
"Development Status :: 5 - Production/Stable",
]
[tool.poetry.dependencies]
python = ">=3.7"
[tool.poetry.dev-dependencies]
pytest = "^7.1.3"
notebook = "^6.4.12"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"