##// END OF EJS Templates
v2.9.2 :: Fixed 'download' bugs
v2.9.2 :: Fixed 'download' bugs

File last commit:

r12:76348ccca4d9
r19:1886da7a44e6
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"]
)