Skip to content

Commit

Permalink
added package_data not only to MANIFEST.in, but also to setup explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbrock committed Dec 16, 2021
1 parent 4c5d117 commit 043bd5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ def main():
author='The NOMAD Authors',
license='APACHE 2.0',
packages=find_packages(exclude=['tests']),
package_data={
'nexusparser.definitions.base_classes': ['*.xml'],
'nexusparser.definitions.applications': ['*.xml'],
'nexusparser.definitions.contributed_definitions': ['*.xml'],
'nexusparser.definitions': ['*.xsd']
},
include_package_data=True,
install_requires=['nomad-lab'])

Expand Down

0 comments on commit 043bd5f

Please sign in to comment.