Skip to content

Commit

Permalink
Merge pull request lettucecfd#236 from lettucecfd/235-bug-setuppy-req…
Browse files Browse the repository at this point in the history
…uiring-historyrst

removed HISTORY.rst from setup.py
  • Loading branch information
PhiSpel authored Aug 22, 2024
2 parents 557477b + 8f1896a commit bbf3510
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
with open('README.rst') as readme_file:
readme = readme_file.read()

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

requirements = ['Click>=6.0', "torch>=2.1", "numpy==1.26.4", "matplotlib==3.9.0", "pyevtk", "h5py>=3.2.1", "mmh3"]

setup_requirements = ['pytest-runner', 'pytest']
Expand All @@ -35,7 +32,7 @@
},
install_requires=requirements,
license="MIT license",
long_description=readme + '\n\n' + history,
long_description=readme,
package_data={'lettuce.native_generator': ['lettuce/native_generator/template/setup.py']},
include_package_data=True,
keywords='lettuce',
Expand Down

0 comments on commit bbf3510

Please sign in to comment.