[KSS-checkins] r45136 - kukit/kss.pluginregistry/trunk

jvloothuis at codespeak.net jvloothuis at codespeak.net
Mon Jul 16 20:23:17 CEST 2007


Author: jvloothuis
Date: Mon Jul 16 20:23:16 2007
New Revision: 45136

Modified:
   kukit/kss.pluginregistry/trunk/setup.py
Log:
Updated setup.py with better info


Modified: kukit/kss.pluginregistry/trunk/setup.py
==============================================================================
--- kukit/kss.pluginregistry/trunk/setup.py	(original)
+++ kukit/kss.pluginregistry/trunk/setup.py	Mon Jul 16 20:23:16 2007
@@ -1,5 +1,4 @@
 from setuptools import setup, find_packages
-import sys, os
 
 version = '0.1'
 
@@ -17,7 +16,7 @@
       author='KSS Project',
       author_email='kss-devel at codespeak.net',
       url='http://kssproject.org',
-      license='GPL',
+      license='LGPL',
       packages=find_packages(exclude=['ez_setup']),
       namespace_packages=['kss'],
       include_package_data=True,
@@ -25,8 +24,5 @@
       install_requires=[
           'setuptools',
       ],
-      entry_points="""
-      # -*- Entry points: -*-
-      """,
       test_suite='kss.pluginregistry.tests.test_suite',
       )


More information about the Kukit-checkins mailing list