Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/270916

Change subject: swiftrepl: finish distutils setup
......................................................................

swiftrepl: finish distutils setup

Change-Id: Ib56c385051ca5299bbdde6c840e6abd99f01eb02
---
A swiftrepl/MANIFEST.in
M swiftrepl/setup.py
2 files changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/software 
refs/changes/16/270916/1

diff --git a/swiftrepl/MANIFEST.in b/swiftrepl/MANIFEST.in
new file mode 100644
index 0000000..0be8d66
--- /dev/null
+++ b/swiftrepl/MANIFEST.in
@@ -0,0 +1 @@
+include README.md swiftrepl.conf.saio
diff --git a/swiftrepl/setup.py b/swiftrepl/setup.py
index 6a520bb..a02c511 100644
--- a/swiftrepl/setup.py
+++ b/swiftrepl/setup.py
@@ -2,7 +2,9 @@
 
 setup(
     name="swiftrepl",
-    version="0.0.1",
+    author="Mark Bergsma",
+    author_email="[email protected]",
+    version="0.0.2",
     long_description=__doc__,
     py_modules=['swiftrepl'],
     install_requires=['python-cloudfiles'],

-- 
To view, visit https://gerrit.wikimedia.org/r/270916
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib56c385051ca5299bbdde6c840e6abd99f01eb02
Gerrit-PatchSet: 1
Gerrit-Project: operations/software
Gerrit-Branch: master
Gerrit-Owner: Filippo Giunchedi <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to