Skip to content

Commit

Permalink
Merge pull request #4 from GalaxySnail/include-udhr
Browse files Browse the repository at this point in the history
Include udhr data in distributions
  • Loading branch information
jquast authored Dec 14, 2023
2 parents 2d5372c + b365f6c commit d786659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ucs_detect/udhr_full_subset.txt
graft ucs_detect/udhr
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def main():
package_data={
'': ['LICENSE', '*.rst', '*.txt'],
},
include_package_data=True,
zip_safe=True,
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit d786659

Please sign in to comment.