Skip to content

Commit 40b830c

Browse files
committed
Update setup.py after paxton's merge.
1 parent bef0b59 commit 40b830c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
version=version["__version__"],
1515
author="Cosan Lab",
1616
author_email="[email protected]",
17-
url="http://neurolearn.readthedocs.org/en/latest/",
17+
url="https://cosanlab.github.io/nltools",
1818
python_requires=">=3.6",
1919
install_requires=requirements,
2020
extras_require={"interactive_plots": ["ipywidgets>=5.2.2"]},
@@ -29,7 +29,6 @@
2929
"analysis engine powering www.neuro-learn.org.",
3030
keywords=["neuroimaging", "preprocessing", "analysis", "machine-learning"],
3131
classifiers=[
32-
"Programming Language :: Python :: 3.6",
3332
"Programming Language :: Python :: 3.7",
3433
"Programming Language :: Python :: 3.8",
3534
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)