Skip to content

Commit

Permalink
Add static files
Browse files Browse the repository at this point in the history
- Add MANIFEST.in including static files.
- Set include_package_data to True in setup.py
  • Loading branch information
Mayitzin committed Aug 14, 2020
1 parent 8455019 commit 024cca7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include README.md
include LICENSE
include MANIFEST.in
include ahrs/utils/WMM2015/WMM.COF
include ahrs/utils/WMM2020/WMM.COF
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Libraries :: Python Modules'
],
include_package_data=True,
packages=find_packages()
)

Expand Down

0 comments on commit 024cca7

Please sign in to comment.