Skip to content

Commit

Permalink
setup fix copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
tgbugs committed Nov 7, 2019
1 parent 0e861be commit 036fb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def find_version(filename):
raise OSError(f'scigraph-codegen failed with status {status_code}')

try:
services_require = ['rdflib', 'requests', 'orthauth'],
services_require = ['rdflib', 'requests', 'orthauth']
tests_require = ['pytest', 'pytest-runner'] + services_require
setup(
name='ontquery',
Expand All @@ -69,7 +69,7 @@ def find_version(filename):
install_requires=[
],
extras_require={'dev':['pyontutils',],
'services':services_require,
'services': services_require,
'test': tests_require},
entry_points={
'console_scripts': [
Expand Down

0 comments on commit 036fb72

Please sign in to comment.