Skip to content

Commit

Permalink
setup.py for github
Browse files Browse the repository at this point in the history
  • Loading branch information
Михаил Славошевский authored and Alexander Gitovich committed Dec 10, 2019
1 parent 7f96c38 commit d200123
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
name='sqlep',
version='0.0.1',
packages=find_packages(),
url='github.com/cian-github/sqlep',
url='https://github.com/cianru/sqlep',
license='Apache 2.0',
author='cian dream team',
author_email='[email protected]',
description='a tool for testing sql queries',
install_requires=[
'pandas==0.21.1',
'PyHive[hive]==0.6.1',
'pytest==5.2.2',
'pytest-mock==1.11.2',
'pytest>=4.0',
'pytest-mock~=1.1.0',
]
)

0 comments on commit d200123

Please sign in to comment.