##// END OF EJS Templates
v2.9.2 :: Add 'download_files_advance' API function
v2.9.2 :: Add 'download_files_advance' API function

File last commit:

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