Skip to content

Instantly share code, notes, and snippets.

@almet
Created July 12, 2010 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almet/472910 to your computer and use it in GitHub Desktop.
Save almet/472910 to your computer and use it in GitHub Desktop.
=== modified file 'MANIFEST.in'
--- MANIFEST.in 2010-04-25 15:33:06 +0000
+++ MANIFEST.in 2010-07-12 17:54:54 +0000
@@ -1,7 +1,7 @@
include AUTHORS
include CHANGELOG
include COPYING
-include INSTALL
+include INSTALL.rst
include README.rst
include setup.py
include bin/bristoledit
=== modified file 'setup.py'
--- setup.py 2010-07-12 09:45:30 +0000
+++ setup.py 2010-07-12 17:55:42 +0000
@@ -74,7 +74,7 @@
"AUTHORS",
"CHANGELOG",
"COPYING",
- "INSTALL",
+ "INSTALL.rst",
"README.rst",
join("doc", "plugins.rst"),
join("doc", "internal-plugins.rst"),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment