Skip to content

Commit

Permalink
I update the manifest and setup files to include the airfoil data.
Browse files Browse the repository at this point in the history
  • Loading branch information
camUrban committed Oct 27, 2021
1 parent a4ab9c7 commit 90761af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/dictionaries/camer.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
recursive-include src *
recursive-include pterasoftware *
recursive-exclude pterasoftware/__pycache__ *
recursive-exclude pterasoftware/airfoils/__pycache__ *
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ keywords =

[options]
packages =
src.pterasoftware
src.pterasoftware.airfoils
pterasoftware
pterasoftware.airfoils
include_package_data = True
python_requires = >= 3.8.0, < 3.9.0
install_requires =
Expand Down

0 comments on commit 90761af

Please sign in to comment.