summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2020-08-02 14:48:21 -0700
committerzlg <zlg@zlg.space>2020-08-02 14:48:21 -0700
commit5eb88e56e4238c81a5f209d4d2e0e131cc6e5098 (patch)
tree270714ddd42475ce1c5baa92026d5bf014c16a59
parenthelpers.sh: Add vgub, vgmulti, vgrand (diff)
downloadvgstash-0.3b5.tar.gz
vgstash-0.3b5.tar.bz2
vgstash-0.3b5.tar.xz
vgstash-0.3b5.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.
-rwxr-xr-xsetup.py3
1 files changed, 1 insertions, 2 deletions
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",