Skip to content

Commit

Permalink
attempt to fix versioneer and sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
shirubana committed Mar 22, 2024
1 parent 09d5fb0 commit 60dcad2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ pandas==2.1.0
pytest==5.4.1
pytest-cov==2.8.1
python-dateutil==2.8.1
sphinx-autoapi==1.8.4
sphinx-rtd-theme==1.0.0
requests
future
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.4.0',
#version=versioneer.get_version(),
#version='0.4.0',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),


Expand All @@ -43,8 +43,8 @@
url='https://github.com/NREL/PV_ICE',

# Author details
author='Silvana Ayala',
author_email='silvana.ayala@nrel.gov',
author='Silvana Ovaitt',
author_email='silvana.ovaitt@nrel.gov',

# Choose your license
license='BSD-3',
Expand Down

0 comments on commit 60dcad2

Please sign in to comment.