Skip to content

Commit ee72ed8

Browse files
committed
Add minimal project description
1 parent d33e8de commit ee72ed8

File tree

1 file changed

+22
-3
lines changed

1 file changed

+22
-3
lines changed

pyproject.toml

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
[project]
2+
name = "commons-api"
3+
version = "0.0.0"
24
requires-python = ">= 3.11"
5+
authors = [{ name = 'Code for Africa', email = '[email protected]' }]
6+
readme = "README.md"
7+
keywords = ["api", "commons", "civictech", "trolltracker"]
8+
classifiers = [
9+
'Development Status :: 5 - Production/Stable',
10+
'Programming Language :: Python',
11+
'Programming Language :: Python :: Implementation :: CPython',
12+
'Programming Language :: Python :: 3',
13+
'Programming Language :: Python :: 3 :: Only',
14+
'Programming Language :: Python :: 3.11',
15+
'License :: OSI Approved :: MIT License',
16+
'Operating System :: OS Independent',
17+
'Framework :: Django',
18+
'Topic :: Software Development :: Libraries :: Python Modules',
19+
'Topic :: Internet',
20+
]
21+
22+
[project.urls]
23+
Repository = "https://github.com/CodeForAfrica/api"
24+
Issues = "https://github.com/CodeForAfrica/api/issues"
325

426
[tool.isort]
527
profile = "black"
@@ -8,8 +30,5 @@ profile = "black"
830
ignore_missing_imports = true
931
# TODO(kilemensi): mypy django stubs
1032

11-
[tool.ruff]
12-
target-version = "py311" # default: py39
13-
1433
[tool.setuptools_scm]
1534
write_to = "VERSION"

0 commit comments

Comments
 (0)