Skip to content

Commit

Permalink
corrected errors in the setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Alexandersson committed Oct 27, 2020
1 parent 45148df commit b78d070
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Expand Up @@ -15,9 +15,8 @@
requirements = file.readlines()

extras = {
'dev': [
'wheel','versioneer'
]
'dev': ['wheel','versioneer',],
'plot': ['ipvolume', 'ipywidgets'],
}

test_requirements = ['pytest']
Expand All @@ -36,7 +35,6 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
],
extras_require={'plot': ['ipvolume', 'ipywidgets']}
python_requires='>=3.5',

install_requires=requirements,
Expand Down

0 comments on commit b78d070

Please sign in to comment.