Started updating setup.py file
This commit is contained in:
parent
601d8ba1b8
commit
cb9fb18911
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -4,7 +4,7 @@ distribute_setup.use_setuptools()
|
|||
from setuptools import setup, find_packages
|
||||
setup(
|
||||
name = "jsoninspector",
|
||||
version = "1.3",
|
||||
version = "1.5",
|
||||
packages = find_packages('src', exclude=['distribute_setup']),
|
||||
scripts = ['src/jsoninspector.py'],
|
||||
entry_points = {
|
||||
|
@ -23,5 +23,5 @@ setup(
|
|||
description = "JSON Inspector is a simple application to study JSON code",
|
||||
license = "GPLv3",
|
||||
keywords = "json inspect gtk gnome",
|
||||
url = "", # project home page, if any
|
||||
url = "https://github.com/resetreboot/jsoninspector", # project home page, if any
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue