Skip to content

Commit

Permalink
Merge pull request #10 from hydrologie/generate_docs
Browse files Browse the repository at this point in the history
Prepare v0.1.2
  • Loading branch information
TC-FF authored May 10, 2023
2 parents 525f156 + ce4c47c commit e468987
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ on:
- .yamllint.yaml
- AUTHORS.rst
- CONTRIBUTING.rst
- doc/notebooks
- doc/*.py
- doc/*.rst
- docs/notebooks
- docs/*.py
- docs/*.rst
- environment-dev.yml
- environment.yml
- HISTORY.rst
- CHANGES.rst
- Makefile
- MANIFEST.in
- requirements_upstream.txt
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open('README.rst') as readme_file:
readme = readme_file.read()

with open('HISTORY.rst') as history_file:
with open('CHANGES.rst') as history_file:
history = history_file.read()

requirements = [
Expand Down Expand Up @@ -39,16 +39,16 @@
setup(
author="Thomas-Charles Fortier Filion",
author_email='tcff_hydro@outlook.com',
python_requires='>=3.6',
python_requires='>=3.8',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
],
description="Hydrology analysis build with xarray",
install_requires=requirements,
Expand Down

0 comments on commit e468987

Please sign in to comment.