##// END OF EJS Templates
v2.9.2 :: Add 'API CLIENTE.pdf' file
v2.9.2 :: Add 'API CLIENTE.pdf' file

File last commit:

r0:435cf79c941d
r1:e035f108b93f
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"]
)