Skip to content

Commit

Permalink
build: changed setup to fix comiling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Oct 26, 2023
1 parent a6c32fe commit 234e7fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Overview
Package to calculate several thermal comfort indices (e.g. PMV, PPD, SET, adaptive) and convert physical variables.

Please cite us if you use this package: `Tartarini, F., Schiavon, S., 2020. pythermalcomfort: A Python package for thermal comfort research. SoftwareX 12, 100578. https://doi.org/10.1016/j.softx.2020.100578 <https://www.sciencedirect.com/science/article/pii/S2352711020302910?via%3Dihub>`_
Please cite us if you use this package: `Tartarini, F., Schiavon, S., 2020. pythermalcomfort: A Python package for thermal comfort research. SoftwareX 12, 100578. https://doi.org/10.1016/j.softx.2020.100578 <https://doi.org/10.1016/j.softx.2020.100578>`_

* Free software: MIT license

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def read(*names, **kwargs):
author="Federico Tartarini",
author_email="cbecomforttool@gmail.com",
url="https://github.com/CenterForTheBuiltEnvironment/pythermalcomfort",
packages=find_packages("pythermalcomfort"),
package_dir={"": "pythermalcomfort"},
py_modules=[splitext(basename(path))[0] for path in glob("pythermalcomfort/*.py")],
# packages=find_packages("pythermalcomfort"),
# package_dir={"pythermalcomfort": "pythermalcomfort"},
# py_modules=[splitext(basename(path))[0] for path in glob("pythermalcomfort/*.py")],
include_package_data=True,
zip_safe=False,
classifiers=[
Expand Down

0 comments on commit 234e7fe

Please sign in to comment.