-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (30 loc) · 1.11 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
[build-system]
requires = ['flit_core >=2,<4']
build-backend = 'flit_core.buildapi'
[tool.flit.metadata]
module = 'acanban'
author = 'Ngô Ngọc Đức Huy'
author-email = '[email protected]'
home-page = 'https://Huy-Ngo.github.io/acanban'
requires = ['appdirs', 'bleach', 'bleach_allowlist', 'httpx', 'humanize',
'hypercorn', 'markdown', 'py-cid', 'quart-auth',
'quart-trio-twice', 'rethinkdb >=2.4.8']
description-file = 'README.md'
classifiers = [
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Framework :: Trio',
'Intended Audience :: Education',
'Intended Audience :: End Users/Desktop',
'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)',
'Natural Language :: English',
'Operating System :: POSIX',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Education',
'Typing :: Typed']
requires-python = '>=3.7'
keywords = 'academic,kanban'
license = 'AGPLv3+'