Skip to content

Commit 42ac804

Browse files
committed
PLAT-928 -- Remove dists and fix version.
1 parent 5ee8118 commit 42ac804

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed
-271 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='sqlalchemy-diff',
16-
version='0.1',
16+
version='0.1.0',
1717
description='Compare two database schemas using sqlalchemy.',
1818
long_description=readme,
1919
author='student.com',
@@ -35,9 +35,6 @@
3535
"sphinx==1.4.1",
3636
],
3737
},
38-
dependency_links=[
39-
"dists/mysql-connector-python-2.0.4.zip",
40-
],
4138
zip_safe=True,
4239
license='Apache License, Version 2.0',
4340
classifiers=[

0 commit comments

Comments
 (0)