-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
43 lines (37 loc) · 1.22 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[project]
name = "now_lms"
description = "Simple to {install, use, configure, mantain} learning management system."
readme = "README.md"
requires-python = ">=3.8"
authors = [
{name = "BMO Soluciones", email = "soluciones.bmo@gmail.com"},
]
classifiers = [
'Development Status :: 1 - Planning',
'Framework :: Flask',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: Spanish',
'Operating System :: OS Independent',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: CPython'
]
dynamic = ["version", "dependencies"]
[project.scripts]
lmsctl = "now_lms:command"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
version = {attr = "now_lms.version.VERSION"}
[build-system]
requires = ["setuptools", "wheel"] # PEP 508 specifications.
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 127
[tool.ruff]
line-length = 127
[tool.setuptools.packages]
find = {namespaces = false} # Disable implicit namespaces