commit | da3bada5340bd3f3fdd2538b3ceddef95ac23ae4 | [log] [tgz] |
---|---|---|
author | Monty Taylor <mordred@inaugust.com> | Thu Nov 22 09:38:22 2012 -0800 |
committer | Monty Taylor <mordred@inaugust.com> | Thu Nov 22 09:41:44 2012 -0800 |
tree | 4737eebe7bf67161e5759bcc82ef888c5dd61a2e | |
parent | 7cd57c29a66cf8ad5dcb2fa644f26bd5b1a4f10d [diff] [blame] |
Add gerritx project infrastructure. Add all of the support files needed for this to be a project. Also, fix pep8 and pyflakes errors.
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..349b889 --- /dev/null +++ b/MANIFEST.in
@@ -0,0 +1,8 @@ +include gerritx/versioninfo +include AUTHORS +include ChangeLog + +exclude .gitignore +exclude .gitreview + +global-exclude *.pyc