Skip to content

Commit

Permalink
updated name and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Feb 6, 2019
1 parent d2be076 commit 1ca15db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(
name="pycondusco-ras44",
name="pycondusco",
version="0.1.0",
author="Roland Stevenson",
author_email="[email protected]",
Expand All @@ -16,11 +16,13 @@
classifiers=[
],
install_requires=[
"google-cloud-bigquery >= 1.0.0",
],
setup_requires=[
"pytest-runner",
],
tests_require=[
"pytest",
"pytest >= 4.0.0",
"pystache >= 0.5.0",
],
)

0 comments on commit 1ca15db

Please sign in to comment.