##// END OF EJS Templates
v2.9.2 :: Add 'create, patch and delete' resource
v2.9.2 :: Add 'create, patch and delete' resource

File last commit:

r12:76348ccca4d9
r15:7e5d53ddbf91
Show More
setup.py
11 lines | 333 B | text/x-python | PythonLexer
# encoding: utf-8
from setuptools import setup
setup(
name = "CKAN_JRO",
version = "2.9.2.0",
description = "Data Repository - JRO",
author = "Edson Ynilupu Mattos",
author_email = "eynilupu@igp.gob.pe",
url = "http://intranet.igp.gob.pe:8082/DATABASES/ckanext-jro/api-cliente",
packages = ["CKAN_JRO"]
)