Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thurber committed Mar 31, 2021
1 parent 67cb13b commit fa81199
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ def get_requirements():
version='0.0.1',
packages=find_packages(),
url='https://github.com/IMMM-SFA/mosartwmpy',
license='BSD2',
license='BSD 2-Clause',
author='Travis Thurber',
author_email='thurber',
author_email='travis.thurber@pnnl.gov',
description='Python implementation of MOSART-WM: A water routing and management model',
long_description=readme(),
long_description_content_type="text/markdown",
python_requires='>=3.9.*, <4',
include_package_data=True,
install_requires=get_requirements()
Expand Down

0 comments on commit fa81199

Please sign in to comment.