Yes, tabs.
This commit is contained in:
parent
1cbeb5d866
commit
b3c8723313
8
setup.py
8
setup.py
|
|
@ -40,15 +40,15 @@ setup(
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Other',
|
'Programming Language :: Other',
|
||||||
'Topic :: Software Development :: Interpreters',
|
'Topic :: Software Development :: Interpreters',
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'build-docs': [
|
'build-docs': [
|
||||||
'sphinx',
|
'sphinx',
|
||||||
'ipython',
|
'ipython',
|
||||||
'nbconvert',
|
'nbconvert',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue