Skip to content

Commit 76cc431

Browse files
committed
remove tab-spacing from setup.py
1 parent 2a95906 commit 76cc431

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
f.read().decode('utf-8')).group(1)))
1212

1313
setup(
14-
name='pythonwhat',
15-
version=version,
16-
packages=['pythonwhat', 'pythonwhat.test_funcs'],
17-
install_requires=["dill", "IPython", "numpy", "pandas", "markdown2", "jinja2"],
14+
name='pythonwhat',
15+
version=version,
16+
packages=['pythonwhat', 'pythonwhat.test_funcs'],
17+
install_requires=["dill", "IPython", "numpy", "pandas", "markdown2", "jinja2"],
1818
maintainer = 'Michael Chow',
1919
maintainer_email = 'michael@datacamp.com',
2020
url = 'https://github.com/datacamp/pythonwhat')

0 commit comments

Comments
 (0)