[Checkins] SVN: Zope3/trunk/src/zope/annotation/setup.py Removed
setup.py because it is a duplicate that I mistakenly added.
Alexander Heavner
alex at zope.com
Wed Feb 21 13:22:50 EST 2007
Log message for revision 72750:
Removed setup.py because it is a duplicate that I mistakenly added.
Changed:
D Zope3/trunk/src/zope/annotation/setup.py
-=-
Deleted: Zope3/trunk/src/zope/annotation/setup.py
===================================================================
--- Zope3/trunk/src/zope/annotation/setup.py 2007-02-21 16:10:06 UTC (rev 72749)
+++ Zope3/trunk/src/zope/annotation/setup.py 2007-02-21 18:22:50 UTC (rev 72750)
@@ -1,9 +0,0 @@
-from setuptools import setup, find_packages
-
-setup(
- name="annotation",
- version="0.1dev",
- include_package_data=True,
- install_requirements = ['setuptools'],
- zip_safe = False
- )
More information about the Checkins
mailing list