]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
Move everything down into a bindings/python directory.
authorCarl Worth <cworth@cworth.org>
Thu, 22 Apr 2010 00:23:49 +0000 (17:23 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 22 Apr 2010 00:29:34 +0000 (17:29 -0700)
In preparation for merging the python bindings into the notmuch
repository.

22 files changed:
bindings/python/MANIFEST.in [moved from MANIFEST.in with 100% similarity]
bindings/python/README [moved from README with 100% similarity]
bindings/python/debian/changelog [moved from debian/changelog with 100% similarity]
bindings/python/debian/compat [moved from debian/compat with 100% similarity]
bindings/python/debian/control [moved from debian/control with 100% similarity]
bindings/python/debian/copyright [moved from debian/copyright with 100% similarity]
bindings/python/debian/docs [moved from debian/docs with 100% similarity]
bindings/python/debian/rules [moved from debian/rules with 100% similarity]
bindings/python/docs/COPYING [moved from docs/COPYING with 100% similarity]
bindings/python/docs/Makefile [moved from docs/Makefile with 100% similarity]
bindings/python/docs/source/conf.py [moved from docs/source/conf.py with 100% similarity]
bindings/python/docs/source/index.rst [moved from docs/source/index.rst with 100% similarity]
bindings/python/docs/source/notmuch.rst [moved from docs/source/notmuch.rst with 100% similarity]
bindings/python/notmuch.py [moved from notmuch.py with 100% similarity]
bindings/python/notmuch/__init__.py [moved from notmuch/__init__.py with 100% similarity]
bindings/python/notmuch/database.py [moved from notmuch/database.py with 100% similarity]
bindings/python/notmuch/globals.py [moved from notmuch/globals.py with 100% similarity]
bindings/python/notmuch/message.py [moved from notmuch/message.py with 100% similarity]
bindings/python/notmuch/tag.py [moved from notmuch/tag.py with 100% similarity]
bindings/python/notmuch/thread.py [moved from notmuch/thread.py with 100% similarity]
bindings/python/setup.py [moved from setup.py with 100% similarity]
bindings/python/test/notmuch-test [moved from test/notmuch-test with 100% similarity]

similarity index 100%
rename from MANIFEST.in
rename to bindings/python/MANIFEST.in
similarity index 100%
rename from README
rename to bindings/python/README
similarity index 100%
rename from debian/compat
rename to bindings/python/debian/compat
similarity index 100%
rename from debian/docs
rename to bindings/python/debian/docs
similarity index 100%
rename from debian/rules
rename to bindings/python/debian/rules
similarity index 100%
rename from docs/COPYING
rename to bindings/python/docs/COPYING
similarity index 100%
rename from docs/Makefile
rename to bindings/python/docs/Makefile
similarity index 100%
rename from notmuch.py
rename to bindings/python/notmuch.py
similarity index 100%
rename from setup.py
rename to bindings/python/setup.py