Version 1.5 Final
This commit is contained in:
parent
68effe8a5f
commit
3f5ffde908
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ distribute_setup.use_setuptools()
|
|||
from setuptools import setup, find_packages
|
||||
setup(
|
||||
name = "jsoninspector",
|
||||
version = "1.2",
|
||||
version = "1.3",
|
||||
packages = find_packages('src', exclude=['distribute_setup']),
|
||||
scripts = ['src/jsoninspector.py'],
|
||||
entry_points = {
|
||||
|
|
Loading…
Reference in a new issue