Skip to content

Commit

Permalink
battle with conda forge
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 3, 2024
1 parent 495c538 commit ded5431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import setuptools
from rabpro import __version__


with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()

setuptools.setup(
name="rabpro",
version=__version__,
version="0.5.3",
author="rabpro contributors",
author_email="rabpro@lanl.gov",
description="Package to delineate basins and compute statistics.",
Expand Down

0 comments on commit ded5431

Please sign in to comment.