Skip to content

Commit

Permalink
fix: include the header files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin M. Jablonka committed Jun 25, 2021
1 parent d501a4a commit 8363bf7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ include *.md
include setup.py

# Include the data files
recursive-include pyeqeq/data
recursive-include src/pyeqeq/data *.dat

recursive-include src/main.cpp src/main.h
recursive-include src *.c *.h
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name=pyeqeq
version=v0.0.6
version=v0.0.7
description=Charge equilibration method for crystal structures
long_description=file: README.md
long_description_content_type=text/markdown
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
cmdclass={"build_ext": build_ext},
package_data={"": ["data/*.dat"]},
include_package_data=True,
headers=['src/main.h']
)

0 comments on commit 8363bf7

Please sign in to comment.