diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2013-10-03 05:55:58 +0000 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2013-10-03 05:55:58 +0000 |
| commit | 3ebb24f3ba789e4cf98b4bdc24f3d333359cd77a (patch) | |
| tree | cee2289f20dd2dbf33c0358c85367ab9d2b181c5 /MANIFEST.in | |
| parent | a4e91f7947b1290fd85465f719dfbc4d4e510785 (diff) | |
| download | sphinx-3ebb24f3ba789e4cf98b4bdc24f3d333359cd77a.tar.gz | |
Added a ez_setup to replace distribute_setup. ez_setup become defacto. Closes #1264
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index cf308103..919b05a0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,7 +7,7 @@ include TODO include babel.cfg include Makefile -include distribute_setup.py +include ez_setup.py include sphinx-autogen.py include sphinx-build.py include sphinx-quickstart.py |
