merge
This commit is contained in:
commit
7035a3ed07
@ -3,3 +3,4 @@ recursive-include docs *
|
||||
recursive-include migrate *
|
||||
recursive-include tests *
|
||||
global-exclude *pyc
|
||||
exclude .hgtags
|
||||
|
2
setup.py
2
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user