Skip to content

Commit

Permalink
Add 'qeschema.hdf5' to setup.py packages
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed Apr 29, 2022
1 parent f93d356 commit ecd57e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'HDF5': ['h5py'],
'YAML': ['pyyaml'],
},
packages=['qeschema'],
packages=['qeschema', 'qeschema.hdf5'],
package_data={'qeschema': ['schemas/*.xsd', 'schemas/releases/*.xsd']},
scripts = ['scripts/xml2qeinput.py', 'scripts/yaml2qeinput.py'],
url='https://github.com/QEF/qeschema',
Expand Down

0 comments on commit ecd57e8

Please sign in to comment.