Skip to content

Commit ff213a3

Browse files
committed
Update package documentation in setuptools.
1 parent 07b18b5 commit ff213a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ def run(self):
160160
'LICENSE.TXT'
161161
],
162162
install_requires=open('requirements.txt').read().splitlines(),
163-
url='https://usnistgov.github.io/mosaic/',
163+
url=mosaic.DocumentationURL,
164164
license='LICENSE.txt',
165165
description='A Modular Single-Molecule Analysis Interface.',
166166
long_description=open('README.rst').read(),
167-
)
167+
)

0 commit comments

Comments
 (0)