We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df00c1e commit 05b04dfCopy full SHA for 05b04df
setup.py
@@ -12,7 +12,7 @@ def readme():
12
13
setuptools.setup(
14
name="PySimpleSQL",
15
- version="0.0.2",
+ version="0.0.3",
16
author="Jonathan Decker",
17
author_email="[email protected]",
18
description="sqlite3 database binding for PySimpleGUI",
@@ -21,7 +21,7 @@ def readme():
21
keywords="SQL sqlite database application front-end access libre office GUI PySimpleGUI",
22
url="https://github.com/PySimpleSQL/PySimpleSQL",
23
download_url="https://github.com/PySimpleSQL/PySimpleSQL/archive/refs/tags/0.0.2.tar.gz",
24
- packages=setuptools.find_packages(),
+ packages=['PySimpleSQL'],
25
install_requires=requirements,
26
classifiers=[
27
"Programming Language :: Python",
0 commit comments