Skip to content

Commit 6adf003

Browse files
committed
dicts fix
1 parent 5e61559 commit 6adf003

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dist/CharActor-0.1.2.tar.gz

-4 Bytes
Binary file not shown.

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@
1717
'Topic :: Games/Entertainment :: Role-Playing',
1818
'License :: OSI Approved :: MIT License',
1919
'Programming Language :: Python :: 3.8'
20-
]
20+
],
21+
include_package_data=True,
22+
include_dirs=['CharActor/_charactor/dicts/']
2123
)

0 commit comments

Comments
 (0)