Try to fix up some cheeseshop stuff
This commit is contained in:
parent
7340fe524b
commit
3feaeff87a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
*.pyc
|
||||
*.egg-info
|
||||
dist/*
|
||||
|
||||
4
setup.py
4
setup.py
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user