From 5eeebb36bfe73dcf17dc8b72bd190c266e25c45e Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Tue, 20 Jul 2010 00:10:39 +0000 Subject: remove xmpppy from the repos --- src/xmpppy-0.5.0rc1/setup.py | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100755 src/xmpppy-0.5.0rc1/setup.py (limited to 'src/xmpppy-0.5.0rc1/setup.py') diff --git a/src/xmpppy-0.5.0rc1/setup.py b/src/xmpppy-0.5.0rc1/setup.py deleted file mode 100755 index 1e145617..00000000 --- a/src/xmpppy-0.5.0rc1/setup.py +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/python -# -*- coding: koi8-r -*- -from distutils.core import setup,sys -from setuptools import setup -import os - -if sys.version < '2.2.3': - from distutils.dist import DistributionMetadata - DistributionMetadata.classifiers = None - DistributionMetadata.download_url = None - -# Set proper release version in source code also!!! -setup(name='xmpppy', - version='0.5.0rc1', - author='Alexey Nezhdanov', - author_email='snakeru@users.sourceforge.net', - url='http://xmpppy.sourceforge.net/', - description='XMPP-IM-compliant library for jabber instant messenging.', - long_description="""This library provides functionality for writing xmpp-compliant -clients, servers and/or components/transports. - -It was initially designed as a \"rework\" of the jabberpy library but -has become a separate product. - -Unlike jabberpy it is distributed under the terms of GPL.""", - download_url='http://sourceforge.net/project/showfiles.php?group_id=97081&package_id=103821', - packages=['xmpp'], - license="GPL", - platforms="All", - keywords=['jabber','xmpp'], - classifiers = [ - 'Topic :: Communications :: Chat', - 'License :: OSI Approved :: GNU General Public License (GPL)', - 'Operating System :: OS Independent', - 'Programming Language :: Python', - 'Natural Language :: English', - 'Development Status :: 4 - Beta', - 'Intended Audience :: Developers', - ], - ) -- cgit v1.2.3