Skip to content

Commit

Permalink
Corrected setup.py, corrected package name, regenerated dist, and adj…
Browse files Browse the repository at this point in the history
…usted version convention
  • Loading branch information
oscarbatori committed Oct 23, 2019
1 parent 6bc1b8f commit 20e3756
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed dist/core-0.1.tar.gz
Binary file not shown.
Binary file added dist/doltpy-0.0.1.tar.gz
Binary file not shown.
Binary file removed dist/doltpy-0.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='core',
version='0.1',
setup(name='doltpy',
version='0.0.1',
packages=find_packages(),
install_requires=['pandas>=0.25.0', 'pyarrow>=0.14.1', 'mysql-connector-python==8.0.17', 'retry>=0.9.2'],
author='Liquidata',
Expand Down

0 comments on commit 20e3756

Please sign in to comment.