-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathsetup.cfg
29 lines (28 loc) · 1.01 KB
/
setup.cfg
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
[metadata]
name = topic-db
version = attr: topicdb.version.__version__
author = Brett Alistair Kromkamp
author_email = brettkromkamp@gmail.com
description = TopicDB is a topic map-based graph store (using SQLite for persistence)
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/brettkromkamp/topic-db
project_urls =
Bug Tracker = https://github.com/brettkromkamp/topic-db/issues
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Libraries :: Python Modules
[options]
python_requires = >=3.10
install_requires =
python-slugify>=8.0.4
pytest>=8.3.2
typed-tree>=1.0.8