Skip to content
Snippets Groups Projects
Commit 95ef2230 authored by Aiko Voigt's avatar Aiko Voigt
Browse files

Update setup.py in terms of version number and the gitlab url

parent 0c59fd0d
No related branches found
Tags v1.0.0
No related merge requests found
from setuptools import setup, find_packages
VERSION = '0.0.2'
VERSION = '1.0.0'
DESCRIPTION = 'TriCCo'
LONG_DESCRIPTION = 'TriCCo: a python package for connected component labeling on triangular grids'
......@@ -11,7 +11,7 @@ setup(
author_email="<aiko.voigt@univie.ac.at>",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
url = "https://gitlab.phaidra.org/voigta80/tricco",
url = "https://gitlab.phaidra.org/climate/tricco",
install_requires=['numpy', 'xarray', 'connected-components-3d', 'networkx'],
keywords=['python', 'connected components', 'triangular grids'],
classifiers= [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment