##// END OF EJS Templates
v2.9.2 :: Add 'validator name' upload file and multiple_file
v2.9.2 :: Add 'validator name' upload file and multiple_file

File last commit:

r5:88d3f5955ddd
r8:19d5924fa8b4
Show More
setup.py
11 lines | 268 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 = "",
packages = ["CKAN_JRO"]
)