Show
Ignore:
Timestamp:
10/01/08 19:16:09 (4 years ago)
Author:
xi
Message:

Dropped setuptools-based setup.py in favor of custom distribution and build_ext command.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyyaml/trunk/MANIFEST.in

    r285 r290  
    1 include ext/_yaml.pyx ext/_yaml.pxd ext/_yaml.h ext/_yaml.c 
    2 exclude announcement.msg MANIFEST.in Makefile 
     1include README LICENSE setup.py 
     2recursive-include examples *.py *.cfg *.yaml 
     3recursive-include tests *.py 
     4recursive-include tests/data *