From 5eb88e56e4238c81a5f209d4d2e0e131cc6e5098 Mon Sep 17 00:00:00 2001 From: zlg Date: Sun, 2 Aug 2020 14:48:21 -0700 Subject: setup.py: Bump to 0.3b5 for PyPI I took this opportunity to remove the 'json' in requires since it was breaking things. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4cfc126..a071f4f 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('README.md') as f: setup( name='vgstash', - version='0.3-beta4', + version='0.3-beta5', description='a video game collection management module, backed by SQLite', long_description=readme, long_description_content_type="text/markdown; variant=CommonMark", @@ -30,7 +30,6 @@ setup( install_requires=[ 'Click>=6.0', # for CLI 'PyYAML', # import/export YAML files - 'json' # part of the standard library, but someone might've compiled Python without it ], classifiers=( "Development Status :: 4 - Beta", -- cgit v1.2.3-54-g00ecf