summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2018-06-15 16:49:30 +0100
committerJelmer Vernooij <jelmer@jelmer.uk>2018-06-15 16:49:30 +0100
commit5cef9e037b7d7b37f58f522ac9ea4e343e6a1dff (patch)
tree39526c1056a1d8c80f63fe484f49ea1d4dcf671e /setup.cfg
parentfd59e7d835b63d1c9181c4c84dd311d9d6da6d6b (diff)
downloadpython-fastimport-git-5cef9e037b7d7b37f58f522ac9ea4e343e6a1dff.tar.gz
Add setup.cfg.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg20
1 files changed, 20 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2691903
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,20 @@
+[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 :: Implementation :: CPython
+ Programming Language :: Python :: Implementation :: PyPy
+ Operating System :: POSIX
+ Topic :: Software Development :: Version Control