Skip to content

Commit

Permalink
Fix package info
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Oct 21, 2024
1 parent c06ae9b commit eab1833
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions loadgen/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mlperf.conf
VERSION
include mlperf.conf
include VERSION
4 changes: 2 additions & 2 deletions loadgen/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@
url="https://mlcommons.org/",
cmdclass={"build_ext": build_ext},
ext_modules=[mlperf_loadgen_module],
packages=['mlperf_loadgen'],
package_data={'mlperf_loadgen': ['mlperf.conf']},
packages=[''],
package_data={'': ['mlperf.conf']},
include_package_data=True,
long_description=mlperf_long_description,
long_description_content_type='text/markdown')

0 comments on commit eab1833

Please sign in to comment.