Skip to content

Commit

Permalink
add fit csvs to setup.py (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd authored and Michael Burton committed Apr 2, 2018
1 parent 210802e commit db5e4cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -46,7 +46,12 @@
install_requires=["numpy>=1.12", "scipy", "pint"],
version="0.0.0.0",
packages=find_packages(),
package_data={},
package_data={"gpkitmodels": ["GP/aircraft/wing/*.csv",
("GP/aircraft/fuselage/"
"fuselage_profile_drag/*.csv"),
"GP/aircraft/engine/*.csv",
"GP/aircraft/engine/DF70/*.csv",
"GP/aircraft/tail/*.csv"]},
license=LICENSE,
long_description=LONG_DESCRIPTION,
)

0 comments on commit db5e4cb

Please sign in to comment.