diff --git a/setup.py b/setup.py index 231fb6e..5fc7882 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ from setuptools import setup setup( - name='qt-collapsible-section', + name='qt-collapsible-section-pyside6', version='0.1.0', packages=['qt_collapsible_section'], - url='', + url='https://github.com/eyalk11/qt-collapsible-section', license='LGPL', author='Michael A. Voelkel ', author_email='michael.alexander.voelkel@gmail.com',