Remove distribute_setup.py reference in MANIFEST

We're not using it anymore, remove the setuptools warning about it not
existing.
This commit is contained in:
Monty Taylor
2014-01-02 11:29:02 -06:00
parent bd95bd9d9c
commit b739fb06aa

View File

@ -9,7 +9,6 @@ include GPL-2.0
include pymemcompat.h include pymemcompat.h
include metadata.cfg include metadata.cfg
include site.cfg include site.cfg
include distribute_setup.py
include setup_common.py include setup_common.py
include setup_posix.py include setup_posix.py
include setup_windows.py include setup_windows.py