diff options
-rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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", |