adding translations and transifex third party tool
[pub/Android/ownCloud.git] / third_party / transifex-client / DEVELOPMENT.rst
diff --git a/third_party/transifex-client/DEVELOPMENT.rst b/third_party/transifex-client/DEVELOPMENT.rst
new file mode 100644 (file)
index 0000000..992e518
--- /dev/null
@@ -0,0 +1,21 @@
+Releasing
+=========
+
+To create a new release:
+
+1. Update local rep and update the version in ``setup.py``::
+
+    $ hg pull -u
+    $ vim setup.py
+
+2. Test::
+
+    $ python setup.py clean sdist
+    $ cd dist
+    $ tar zxf ...
+    $ cd transifex-client
+    ...test
+
+3. Package and upload on PyPI::
+
+    $ python setup.py clean sdist bdist_egg upload