"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Internet :: WWW/HTTP :: WSGI :: Server", "Framework :: Paste", ], keywords='web application server wsgi', author="Chris Dent", author_email="*****@*****.**", url="https://pythonpaste.readthedocs.io/", license="MIT", packages=find_packages( exclude=['ez_setup', 'examples', 'packages', 'tests*']), package_data=finddata.find_package_data( exclude_directories=finddata.standard_exclude_directories + ('tests', )), namespace_packages=['paste'], zip_safe=False, setup_requires=['pytest-runner'], install_requires=['six>=1.4.0'], tests_require=['pytest'], extras_require={ 'subprocess': [], 'hotshot': [], 'Flup': ['flup'], 'Paste': [], 'openid': ['python-openid'], }, entry_points=""" [paste.app_factory]
import finddata from setuptools import setup, find_packages setup( name="django-hotspots", author="Jonas und der Wolf GmbH", author_email="*****@*****.**", version='0.1', packages=find_packages(), package_data=finddata.find_package_data(), include_package_data=True, classifiers = [ 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules', ], )
# coding=utf-8 from setuptools import setup import django_webvideo import finddata setup(name="django-webvideo", author="Florian Finke", author_email="*****@*****.**", version=django_webvideo.__version__, packages=['django_webvideo'], package_data=finddata.find_package_data(), url='https://github.com/randomknowledge/django-webvideo', include_package_data=True, license='MIT', description='A queuing web video converter', long_description=open('Readme.md').read(), zip_safe=False, install_requires=[ 'Django==1.5', 'PIL==1.1.7', 'easy-thumbnails==1.2', 'rq==0.3.7', 'django-tastypie==0.9.12', ], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent',
# coding=utf-8 from setuptools import setup import finddata exclude_directories = finddata.standard_exclude_directories + ('./example',) setup( name="django_fancy_captcha", author="Florian Finke", author_email="*****@*****.**", version='0.0.1', packages=['django_fancy_captcha'], package_data=finddata.find_package_data(exclude_directories=exclude_directories), url='https://github.com/randomknowledge/django_fancy_captcha', include_package_data=True, license='MIT', description='', long_description=open('Readme.md').read(), zip_safe=False, install_requires=['Django>=1.4.1,<=1.5.1'], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment', 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Software Development :: Libraries :: Python Modules',
# # Setup file for Sphene Community Tools # Provided by Dennis @ allymbrain.com: # http://allmybrain.com/2009/10/21/the-python-install-system-needs-an-overhaul/ # import os from setuptools import setup, find_packages from finddata import find_package_data packages=find_packages('sphenecoll') package_data=find_package_data('sphenecoll') static = find_package_data('static','sphene') # not in correct format static_dict={} # dir -> files for path in static['sphene']: dir, file = os.path.split(path) dir = os.path.join('static', dir ) files = static_dict.setdefault( dir, [] ) files.append(os.path.join('static',path)) setup( name='Sphene Community Tools', version='0.6', author = 'Herbert Poul', author_email = '*****@*****.**', url = 'http://sct.sphene.net/', description = 'SCT (Sphene Community Tools) is a collection of Django applications. It currently consists of a Wiki and Forum application which are applicable for communities, support forums, blogs, etc.', long_description = '''SCT (Sphene Community Tools) is a collection of Django applications that are designed to be easily pluggable into any Django project. It currently consists of a Wiki and a Forum application. It contains an example project that allows
#!/usr/bin/env python # -*- coding: utf-8 -*- from setuptools import setup, find_packages from finddata import find_package_data import feedjack import os, sys # Error-handling here is to allow package to be built w/o README included try: readme = open(os.path.join( os.path.dirname(__file__), 'README.txt' )).read() except IOError: readme = '' package_data = find_package_data(where='feedjack', package='feedjack') package_data.setdefault('', list()).append('README.txt') setup( name = 'Feedjack', version = feedjack.__version__, author = 'Gustavo Picón, Mike Kazantsev', author_email = '[email protected], [email protected]', license = 'BSD', keywords = ['feed', 'aggregator', 'planet', 'rss', 'atom', 'syndication', 'django', 'feedparser', 'news'], url = feedjack.__url__, description = 'Multisite Feed Agregator (Planet)', long_description = readme, classifiers = [
"Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Internet :: WWW/HTTP :: WSGI :: Server", "Framework :: Paste", ], keywords='web application server wsgi', author="Ian Bicking", author_email="*****@*****.**", url="http://pythonpaste.org", license="MIT", packages=find_packages(exclude=['ez_setup', 'examples', 'packages', 'tests*']), package_data=finddata.find_package_data( exclude_directories=finddata.standard_exclude_directories + ('tests',)), namespace_packages=['paste'], zip_safe=False, test_suite='nose.collector', tests_require=['nose>=0.11'], extras_require={ 'subprocess': [], 'hotshot': [], 'Flup': ['flup'], 'Paste': [], 'openid': ['python-openid'], }, entry_points=""" [paste.app_factory] cgi = paste.cgiapp:make_cgi_application [subprocess] static = paste.urlparser:make_static
import ez_setup ez_setup.use_setuptools() from setuptools import setup, find_packages from finddata import find_package_data setup( name='Feedjack', version='0.9.16', url='http://www.feedjack.org/', author='Gustavo Picón', author_email='*****@*****.**', license='BSD', packages=find_packages(), package_data=find_package_data(where='feedjack', package='feedjack'), scripts=['feedjack/bin/feedjack_update.py'], zip_safe=False, description='Multisite Feed Agregator (Planet)', long_description=''' Feedjack is a feed aggregator writen in Python using the Django web development framework. Like the Planet feed aggregator: * It downloads feeds and aggregate their contents in a single site * The new aggregated site has a feed of its own (atom and rss) * It uses Mark Pilgrim’s excelent FeedParser * The subscriber list can be exported as OPML and FOAF But FeedJack also has some advantages: