summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..e64e45f
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,21 @@
+[metadata]
+name = pygerrit
+summary = Client library for interacting with Gerrit
+author = David Pursehouse
+author_email = david.pursehouse@sonymobile.com
+home-page = https://github.com/sonyxperiadev/pygerrit
+license = The MIT License
+keywords =
+ gerrit
+ rest
+ http
+ json
+classifiers =
+ Development Status :: 3 - Alpha
+ Environment :: Console
+ Intended Audience :: Developers
+ License :: OSI Approved :: MIT License
+ Natural Language :: English
+ Programming Language :: Python
+ Programming Language :: Python :: 2.6
+ Programming Language :: Python :: 2.7