##// END OF EJS Templates
v2.9.2.0 :: Update 'sdist' setup file and Update version
v2.9.2.0 :: Update 'sdist' setup file and Update version

File last commit:

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