Skip to content

Commit 6120883

Browse files
author
Thinh Nguyen
committed
minor cleanup
1 parent ef3578e commit 6120883

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/development.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ jobs:
8686
run: |
8787
PKG_NAME=$(python3 -c "print([p for p in __import__('setuptools').find_packages() if '.' not in p][0])")
8888
SDIST_PKG_NAME=$(echo ${PKG_NAME} | sed 's|_|-|g')
89-
9089
PKG_VERSION=$(cat ${PKG_NAME}/version.py | awk -F\' '/__version__ = / {print $2}')
9190
echo "PKG_NAME=${PKG_NAME}" >> $GITHUB_ENV
9291
echo "PKG_VERSION=${PKG_VERSION}" >> $GITHUB_ENV

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author='DataJoint NEURO',
2222
author_email='info@vathes.com',
2323
license='MIT',
24-
url='https://github.com/datajoint/element-array-ephys',
24+
url=f'https://github.com/datajoint/{pkg_name.replace("_", "-")}',
2525
keywords='neuroscience electrophysiology science datajoint',
2626
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
2727
scripts=[],

0 commit comments

Comments
 (0)