Implement dulwich.porcelain.ls_files, avoid digraph in setup.cfg.
[jelmer/dulwich.git] / setup.cfg
1 [metadata]
2 name = dulwich
3 # Avoid unicode characters, because setuptools doesn't
4 # like them. See https://github.com/pypa/setuptools/issues/1062
5 author = Jelmer Vernooij
6 author_email = jelmer@jelmer.uk
7 home-page = https://www.dulwich.io/
8 description = file:README.md
9 summary = Python Git Library
10 classifiers =
11     Development Status :: 4 - Beta
12     License :: OSI Approved :: Apache Software License
13     Programming Language :: Python :: 2.7
14     Programming Language :: Python :: 3.3
15     Programming Language :: Python :: 3.4
16     Programming Language :: Python :: 3.5
17     Programming Language :: Python :: 3.6
18     Programming Language :: Python :: Implementation :: CPython
19     Programming Language :: Python :: Implementation :: PyPy
20     Operating System :: POSIX
21     Operating System :: Microsoft :: Windows
22     Topic :: Software Development :: Version Control
23 keyword = git, vcs
24 project_urls =
25     Bug Tracker = https://github.com/dulwich/dulwich/issues
26
27 [build_ext]