Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.settings/

# build
pvfactors.egg-info/
solarfactors.egg-info/

# docs
pvfactors/docs/_build/
Expand Down
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Copyright (c) 2025, solarfactors Contributors
Copyright (c) 2017, SunPower Corp.
All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cannot officially get rid of this file yet
# https://github.com/pypa/setuptools/issues/3341
include versioneer.py
include pvfactors/_version.py

prune pvfactors/tests
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pvfactors: irradiance modeling made simple

|Logo|

|CircleCI| |License| |PyPI-Status| |PyPI-Versions|
|GHActions| |License| |PyPI-Status| |PyPI-Versions|

pvfactors is a tool used by PV professionals to calculate the
irradiance incident on surfaces of a photovoltaic array. It relies on the use of
Expand Down Expand Up @@ -198,7 +198,7 @@ The package wheel files are also available in the `release section`_ of the Gith
Requirements
------------

Requirements are included in the ``requirements.txt`` file of the package. Here is a list of important dependencies:
Requirements are automatically installed when running ``pip install solarfactors``. Here is a list of important dependencies:

* `numpy <https://pypi.python.org/pypi/numpy>`_
* `pvlib-python <https://pypi.python.org/pypi/pvlib>`_
Expand Down Expand Up @@ -286,8 +286,8 @@ References
.. |Logo| image:: https://github.com/pvlib/solarfactors/blob/main/docs/sphinx/_static/logo_small.png?raw=true
:target: https://solarfactors.readthedocs.io/en/latest/index.html

.. |CircleCI| image:: https://circleci.com/gh/SunPower/pvfactors.svg?style=shield
:target: https://circleci.com/gh/SunPower/pvfactors
.. |GHActions| image:: https://github.com/pvlib/solarfactors/actions/workflows/test.yml/badge.svg?branch=main
:target: https://github.com/pvlib/solarfactors/actions/workflows/test.yml?query=branch%3Amain

.. |License| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
:target: https://github.com/pvlib/solarfactors/blob/main/LICENSE
Expand Down
Loading
Loading