Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created October 24, 2008 14:41
Show Gist options
  • Save mrkurt/19443 to your computer and use it in GitHub Desktop.
Save mrkurt/19443 to your computer and use it in GitHub Desktop.
from setuptools import setup
setup(name='twittersmash',
version='0.1',
description='Ars Technica\'s twitter publishing application',
author='Clint Ecker, Kurt Mackey',
author_email='clint@arstechnica.com',
url='https://github.com/ArsTechnica/twittersmash/tree/master',
packages=['twittersmash',],
entry_points={'django.apps': 'twittersmash = twittersmash'},
classifiers=['Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Topic :: Utilities'],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment