Skip to content

Commit ab11618

Browse files
author
stonebig
committed
remove too long history from pypi page
1 parent 43bc1ca commit ab11618

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ def read(*paths):
2020
version=get_version(),
2121
description="a graphic SQLite Client in 1 Python file",
2222

23-
long_description=(read('README.rst') + '\n\n' +
24-
read('HISTORY.rst')),
23+
long_description=(read('README.rst')),
2524
keywords=['sqlite', 'gui', 'ttk', 'sql'],
2625
author='stonebig',
2726
author_email='write_pull_requests_to_stonebig@github.com',

sqlite_bro/sqlite_bro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ class App:
3131
"""the GUI graphic application"""
3232
def __init__(self):
3333
"""create a tkk graphic interface with a main window tk_win"""
34-
self.__version__ = '0.8.8'
35-
self._title = "2015-04-16a : 'Continuous Integration !"
34+
self.__version__ = '0.8.9'
35+
self._title = "2015-05-25a : 'Yield !'"
3636
self.conn = None # Baresql database object
3737
self.database_file = ""
3838
self.tk_win = Tk()

0 commit comments

Comments
 (0)