summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 6860d6643932796a10fd4f07eeee8c276436739f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[metadata]
name = fastimport
author = Canonical Ltd
author_email = bazaar@lists.canonical.com
maintainer = Jelmer Vernooij
maintainer_email = jelmer@jelmer.uk
summary = VCS fastimport/fastexport parser
home-page = https://github.com/jelmer/python-fastimport
license = file:COPYING
description-file = README.md
classifiers =
    Development Status :: 4 - Beta
    License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
    Programming Language :: Python :: 2.7
    Programming Language :: Python :: 3.4
    Programming Language :: Python :: 3.5
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: Implementation :: CPython
    Programming Language :: Python :: Implementation :: PyPy
    Operating System :: POSIX
    Topic :: Software Development :: Version Control