blob: e5d1463d06c88b3ad319e0db805bcd6e89a5b5eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig 2023-02-17 17:05:21 UTC
+++ setup.py
@@ -39,7 +39,7 @@ setup(name='jaconv',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11', 'Topic :: Text Processing'
],
- data_files=[('', ['README.rst', 'CHANGES.rst'])],
+ package_data={'': ['README.rst', 'CHANGES.rst']},
long_description='%s\n\n%s' %
(open('README.rst', encoding='utf8').read(),
open('CHANGES.rst', encoding='utf8').read()),
|