Skip to content

Commit 05b04df

Browse files
committed
trying for another release
1 parent df00c1e commit 05b04df

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
@@ -12,7 +12,7 @@ def readme():
1212

1313
setuptools.setup(
1414
name="PySimpleSQL",
15-
version="0.0.2",
15+
version="0.0.3",
1616
author="Jonathan Decker",
1717
author_email="[email protected]",
1818
description="sqlite3 database binding for PySimpleGUI",
@@ -21,7 +21,7 @@ def readme():
2121
keywords="SQL sqlite database application front-end access libre office GUI PySimpleGUI",
2222
url="https://github.com/PySimpleSQL/PySimpleSQL",
2323
download_url="https://github.com/PySimpleSQL/PySimpleSQL/archive/refs/tags/0.0.2.tar.gz",
24-
packages=setuptools.find_packages(),
24+
packages=['PySimpleSQL'],
2525
install_requires=requirements,
2626
classifiers=[
2727
"Programming Language :: Python",

0 commit comments

Comments
 (0)