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
|
*.pyc
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
dist/*
|
||||||
|
|||||||
4
setup.py
4
setup.py
@ -1,10 +1,12 @@
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
|
long_desc = open('README.md', 'r').read()
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='sqlaload',
|
name='sqlaload',
|
||||||
version='0.2',
|
version='0.2',
|
||||||
description="Utility functions for using SQLAlchemy in ETL.",
|
description="Utility functions for using SQLAlchemy in ETL.",
|
||||||
long_description='',
|
long_description=long_desc,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 3 - Alpha",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user