[Pkg-owncloud-commits] [python-owncloud] 54/96: issue 13, I was a moron and forgot the version files :P

Sandro Knauß hefee-guest at moszumanska.debian.org
Fri Nov 22 01:28:27 UTC 2013


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository python-owncloud.

commit 79e9d3322b625c4f5c95ebdb65547345952c1f03
Author: Craig <csawyer at yumaed.org>
Date:   Tue Mar 26 20:11:11 2013 -0700

    issue 13, I was a moron and forgot the version files :P
---
 csync/version.dat              |    1 +
 version.py => csync/version.py |    0
 setup.py                       |    3 +++
 version.dat                    |    2 +-
 4 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/csync/version.dat b/csync/version.dat
new file mode 100644
index 0000000..4ed816b
--- /dev/null
+++ b/csync/version.dat
@@ -0,0 +1 @@
+{"head": "5c32717e4b3770da29c4ba61004be2e0239c2616", "float": 0.2, "string": "0.2"}
\ No newline at end of file
diff --git a/version.py b/csync/version.py
similarity index 100%
rename from version.py
rename to csync/version.py
diff --git a/setup.py b/setup.py
index 5d1d7c1..6165ab0 100644
--- a/setup.py
+++ b/setup.py
@@ -6,6 +6,9 @@ setup(
     name = "pyOwnCloud",
     version = ver.version.asFloat,
     packages = find_packages(),
+	package_data = {
+		'csync': [ 'version.dat'],
+	},
 	entry_points = {
 		'console_scripts': [
             'csync = csync.csync:main',
diff --git a/version.dat b/version.dat
index de619bd..c647105 100644
--- a/version.dat
+++ b/version.dat
@@ -1 +1 @@
-{"head": "6ed982fffbdf9e5e019f901397f4916f3252eeee", "float": 0.2, "string": "0.2"}
\ No newline at end of file
+{"head": "5c32717e4b3770da29c4ba61004be2e0239c2616", "float": 0.0, "string": "0.0"}
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/python-owncloud.git



More information about the Pkg-owncloud-commits mailing list