##// END OF EJS Templates
v2.9.2 :: Delete 'format' automatically
v2.9.2 :: Delete 'format' automatically

File last commit:

r5:88d3f5955ddd
r7:9ab1ac032168
Show More
setup.py
11 lines | 268 B | text/x-python | PythonLexer
v2.9.2 :: Inicial
r0 # encoding: utf-8
from setuptools import setup
setup(
name = "CKAN_JRO",
v2.9.2.0 :: Update 'sdist' setup file and Update version
r5 version = "2.9.2.0",
v2.9.2 :: Inicial
r0 description = "Data Repository - JRO",
author = "Edson Ynilupu Mattos",
author_email = "eynilupu@igp.gob.pe",
url = "",
packages = ["CKAN_JRO"]
)