This commit is contained in:
iElectric 2010-07-14 19:05:19 +02:00
commit 7035a3ed07
2 changed files with 2 additions and 1 deletions

View File

@ -3,3 +3,4 @@ recursive-include docs *
recursive-include migrate *
recursive-include tests *
global-exclude *pyc
exclude .hgtags

View File

@ -15,7 +15,7 @@ readme_file = open(os.path.join(os.path.dirname(os.path.abspath(__file__)),
setup(
name = "sqlalchemy-migrate",
version = "0.6",
version = "0.6.1",
packages = find_packages(exclude=["migrate.tests*"]),
include_package_data = True,
description = "Database schema migration for SQLAlchemy",