Try to fix up some cheeseshop stuff

This commit is contained in:
Friedrich Lindenberg 2013-03-30 22:40:58 +01:00
parent 7340fe524b
commit 3feaeff87a
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.pyc
*.egg-info
dist/*

View File

@ -1,10 +1,12 @@
from setuptools import setup, find_packages
long_desc = open('README.md', 'r').read()
setup(
name='sqlaload',
version='0.2',
description="Utility functions for using SQLAlchemy in ETL.",
long_description='',
long_description=long_desc,
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",