summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2015-07-08 11:18:17 +0200
committerSimo Sorce <simo@redhat.com>2015-07-08 06:23:13 -0400
commitc4e6d1ffdd348b7a78ea7da6f8af774c4ce0b3c4 (patch)
treefaf696618a8bc677c5005bb7549560be056c51e7 /.gitignore
parent77d841778fa5ec2793b3879e475439c2365ec4f6 (diff)
downloadcustodia-c4e6d1ffdd348b7a78ea7da6f8af774c4ce0b3c4.tar.gz
custodia-c4e6d1ffdd348b7a78ea7da6f8af774c4ce0b3c4.tar.xz
custodia-c4e6d1ffdd348b7a78ea7da6f8af774c4ce0b3c4.zip
Fix setup.py and dependencies
setup.py now correctly references LICENSE instead of COPYING. README.md has been renamed to README and a symbolic link README -> README.md has been added. distutils is unable to handle a symbolic link as README. The six package is listed in requirements.txt, too. Reviewed-by: Simo Sorce <simo@redhat.com> Closes: #2
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7c02a72..d489600 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ dist/
*.pyc
*.pyo
cscope.out
+MANIFEST