Skip to content

Commit 8ab5d7c

Browse files
committed
starting to prep for PyPi
1 parent 5699138 commit 8ab5d7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pip3 install pysimplesql
3939
import PySimpleGUI as sg
4040
import pysimplesql as ss # <=== PySimpleSQL lines will be marked like this. There's only a few!
4141

42-
# Define our layout. We will use the pysimplesql.record() convenience function to create the controls
42+
# Define our layout. We will use the PySimpleSQL.record() convenience function to create the controls
4343
layout = [
4444
ss.record('Restaurant', 'name'),
4545
ss.record('Restaurant', 'location'),

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ def readme():
1111
requirements = ['PySimpleGUI']
1212

1313
setuptools.setup(
14-
name="pysimplesql",
14+
name="PySimpleSQL",
1515
version="0.0.1",
1616
author="Jonathan Decker",
17-
author_email="pysimplesql@gmail.com",
17+
author_email="PySimpleSQL@gmail.com",
1818
description="sqlite3 database binding for PySimpleGUI",
1919
long_description=readme(),
2020
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)