Read defs.txt file from package.

This commit is contained in:
Simon Forman
2021-11-24 21:16:51 -08:00
parent d96f0bbb99
commit 31cd926ab4
4 changed files with 152 additions and 2 deletions
+3
View File
@@ -37,6 +37,9 @@ setup(
url='https://joypy.osdn.io',
license='GPLv3+',
packages=['joy', 'joy.utils'],
package_data={
'joy': ['defs.txt'],
},
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',