##// END OF EJS Templates
v2.9.2 :: Update 'upload_multiple_files_advance' api and Add views resource
v2.9.2 :: Update 'upload_multiple_files_advance' api and Add views resource

File last commit:

r0:435cf79c941d
r4:27e924dd52b0
Show More
setup.py
11 lines | 267 B | text/x-python | PythonLexer
# encoding: utf-8
from setuptools import setup
setup(
name = "CKAN_JRO",
version = "master",
description = "Data Repository - JRO",
author = "Edson Ynilupu Mattos",
author_email = "eynilupu@igp.gob.pe",
url = "",
packages = ["CKAN_JRO"]
)