update URL in setup.py to reflect project name change to multinut

This commit is contained in:
Dominik Krenn 2025-06-30 10:44:22 +02:00
parent 654ac60564
commit b1675c6a62

View File

@ -10,7 +10,7 @@ setup(
description='A completely unnecessary multitool module.', description='A completely unnecessary multitool module.',
long_description=open('README.md').read(), long_description=open('README.md').read(),
long_description_content_type='text/markdown', long_description_content_type='text/markdown',
url='https://github.com/ChipperFluff/chipi-tool', url='https://github.com/ChipperFluff/multinut',
classifiers=[ classifiers=[
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: MIT License',