Mercurial > hg > uploader
comparison setup.py @ 20:f1142bcce77a
add ability to log uploads
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 19 Jul 2011 08:08:58 -0700 |
parents | 4da97e040145 |
children | 183224756ded |
comparison
equal
deleted
inserted
replaced
19:4da97e040145 | 20:f1142bcce77a |
---|---|
1 from setuptools import setup, find_packages | 1 from setuptools import setup, find_packages |
2 import sys, os | 2 import sys, os |
3 | 3 |
4 version = "0.2.6" | 4 version = "0.2.6" |
5 | 5 |
6 setup(name='uploader', | 6 setup(name='UploadView', |
7 version=version, | 7 version=version, |
8 description="a file uploader app", | 8 description="a file uploader app", |
9 long_description="", | 9 long_description="", |
10 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers | 10 classifiers=[], # Get strings from http://www.python.org/pypi?%3Aaction=list_classifiers |
11 author='Ethan Jucovy', | 11 author='Ethan Jucovy', |