Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit ed62c9a

Browse files
committed
modified: setup.py
1 parent 4943e30 commit ed62c9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ def get_version():
4141
install_requires=['pydantic>=2.0.0', 'typing-extensions', 'pydantic>=2.10.4'],
4242
long_description=open('README.md').read(),
4343
long_description_content_type='text/markdown',
44+
package_data={
45+
'simpletool': ['CHANGELOG.md'],
46+
},
47+
include_package_data=True,
4448
classifiers=[
4549
'License :: OSI Approved :: MIT License',
4650
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)