diff options
author | zlg <zlg@zlg.space> | 2020-08-02 14:48:21 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2020-08-02 14:48:21 -0700 |
commit | 5eb88e56e4238c81a5f209d4d2e0e131cc6e5098 (patch) | |
tree | 270714ddd42475ce1c5baa92026d5bf014c16a59 /setup.py | |
parent | helpers.sh: Add vgub, vgmulti, vgrand (diff) | |
download | vgstash-0fffce3d1573c9a29e5ba7cdbd7c94ad3b8b539a.tar.gz vgstash-0fffce3d1573c9a29e5ba7cdbd7c94ad3b8b539a.tar.bz2 vgstash-0fffce3d1573c9a29e5ba7cdbd7c94ad3b8b539a.tar.xz vgstash-0fffce3d1573c9a29e5ba7cdbd7c94ad3b8b539a.zip |
setup.py: Bump to 0.3b5 for PyPIv0.3b5
I took this opportunity to remove the 'json' in requires since it was
breaking things.
Diffstat (limited to 'setup.py')
-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", |