##// END OF EJS Templates
v2.9.2 :: Update 'insecure' option
v2.9.2 :: Update 'insecure' option

File last commit:

r5:88d3f5955ddd
r11:67c74119d8e4
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"]
)