[Checkins] SVN: zopyx.smartprintng.server/ removed

Andreas Jung andreas at andreas-jung.com
Sun Jul 5 07:52:32 EDT 2009


Log message for revision 101567:
  removed
  

Changed:
  D   zopyx.smartprintng.server/buildout/
  D   zopyx.smartprintng.server/trunk/README.txt
  D   zopyx.smartprintng.server/trunk/docs/
  D   zopyx.smartprintng.server/trunk/setup.cfg
  D   zopyx.smartprintng.server/trunk/setup.py
  D   zopyx.smartprintng.server/trunk/zopyx_smartprintng_server/

-=-
Deleted: zopyx.smartprintng.server/trunk/README.txt
===================================================================
--- zopyx.smartprintng.server/trunk/README.txt	2009-07-05 08:26:53 UTC (rev 101566)
+++ zopyx.smartprintng.server/trunk/README.txt	2009-07-05 11:52:32 UTC (rev 101567)
@@ -1,4 +0,0 @@
-Introduction
-============
-
-

Deleted: zopyx.smartprintng.server/trunk/setup.cfg
===================================================================
--- zopyx.smartprintng.server/trunk/setup.cfg	2009-07-05 08:26:53 UTC (rev 101566)
+++ zopyx.smartprintng.server/trunk/setup.cfg	2009-07-05 11:52:32 UTC (rev 101567)
@@ -1,3 +0,0 @@
-[egg_info]
-tag_build = 
-tag_svn_revision = false

Deleted: zopyx.smartprintng.server/trunk/setup.py
===================================================================
--- zopyx.smartprintng.server/trunk/setup.py	2009-07-05 08:26:53 UTC (rev 101566)
+++ zopyx.smartprintng.server/trunk/setup.py	2009-07-05 11:52:32 UTC (rev 101567)
@@ -1,31 +0,0 @@
-from setuptools import setup, find_packages
-import os
-
-version = '0.1.1'
-
-setup(name='zopyx_smartprintng_server',
-      version=version,
-      description="SmartPrintNG backend server",
-      long_description=open("README.txt").read() + "\n" +
-                       open(os.path.join("docs", "HISTORY.txt")).read(),
-      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
-      classifiers=[
-        "Programming Language :: Python",
-        "Topic :: Software Development :: Libraries :: Python Modules",
-        ],
-      keywords='',
-      author='Andreas Jung',
-      author_email='info at zopyx.com',
-      url='',
-      license='ZPL',
-      packages=['zopyx_smartprintng_server'],
-      include_package_data=True,
-      zip_safe=False,
-      install_requires=[
-          'setuptools',
-          # -*- Extra requirements: -*-
-      ],
-      entry_points="""
-      # -*- Entry points: -*-
-      """,
-      )



More information about the Checkins mailing list