Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jade5638 authored Jun 9, 2024
1 parent a983f32 commit 9b27509
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
DESCRIPTION = 'Hypersonic Waverider Generator'
LONG_DESCRIPTION = 'Package which allows a user to generate and export parametric waverider geometries'

with open("README.md", "r", encoding="utf-8") as fh:
LONG_DESCRIPTION = fh.read()

setup(
name="waverider_generator",
version=VERSION,
Expand Down

0 comments on commit 9b27509

Please sign in to comment.