Skip to content

Commit

Permalink
setup file tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Nov 30, 2024
1 parent 42392ac commit 9064a4c
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
@@ -1,4 +1,4 @@
"""NeuroDSP setup script."""
"""Setup script for neurodsp."""

import os
from setuptools import setup, find_packages
Expand Down Expand Up @@ -57,6 +57,6 @@
project_urls = {
'Documentation' : 'https://neurodsp-tools.github.io/',
'Bug Reports' : 'https://github.com/neurodsp-tools/neurodsp/issues',
'Source' : 'https://github.com/neurodsp-tools/neurodsp'
'Source' : 'https://github.com/neurodsp-tools/neurodsp',
},
)

0 comments on commit 9064a4c

Please sign in to comment.