##// END OF EJS Templates
v2.9.2 :: Inicial
v2.9.2 :: Inicial

File last commit:

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