Fix manifest. Again.

This commit is contained in:
Georg Brandl 2009-03-28 14:51:45 -05:00
parent 6693413ed7
commit 42ade899dc
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ include TODO
include babel.cfg
include Makefile
include ez_setup.py
include sphinx-autogen.py
include sphinx-build.py
include sphinx-quickstart.py

View File

@ -235,4 +235,4 @@ def main(argv):
if __name__ == '__main__':
main()
main(sys.argv)