Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalk11 authored Aug 30, 2023
1 parent 3f6d8ed commit 5d33e72
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,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='[email protected]',
Expand Down

0 comments on commit 5d33e72

Please sign in to comment.