all: decouple context visitor
[mdis.git] / pyproject.toml
blob90d23c8fd7e80044d85fb02f1cad8db7b42be940
1 [build-system]
2 requires = ["setuptools>=46.4.0", "wheel"]
3 build-backend = "setuptools.build_meta"
5 [project]
6 name = "mdis"
7 version = "0.2"
8 authors = [
9   { name="Dmitry Selyutin", email="ghostmansd@gmail.com" },
11 keywords = [
12     "dispatch",
13     "dispather",
14     "map",
15     "iterator",
16     "iterable",
17     "visitor",
18     "walker",
20 description = "Python dispatching library"
21 readme = "README.md"
22 requires-python = ">=3.0"
23 classifiers = [
24     "Development Status :: 2 - Pre-Alpha",
25     "Intended Audience :: Developers",
26     "Topic :: Software Development :: Libraries",
27     "Topic :: Software Development :: Libraries :: Python Modules",
28     "Programming Language :: Python :: 3",
29     "Programming Language :: Python :: 3 :: Only",
30     "License :: OSI Approved :: BSD License",
31     "Operating System :: OS Independent",
34 [project.urls]
35 "Homepage" = "https://repo.or.cz/mdis.git"
36 "Bug Tracker" = "https://repo.or.cz/mdis.git"