summaryrefslogtreecommitdiff
path: root/textproc/py-transpopy/files/patch-setup.py
blob: f82e2e616fa2fce03b65e08a16cb85c4913e51d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- setup.py.orig	2022-09-17 02:34:34 UTC
+++ setup.py
@@ -7,7 +7,6 @@ setup(name='transpopy',
       install_requires=['google-cloud-translate'],
       packages=['transpopy'],
       package_data={'transpopy': ['transpopy/*']},
-      data_files=[('LICENSE')],
       entry_points={'console_scripts': ['transpopy=transpopy.__main__:main']},
       description='A simple script to translate po files.',
       long_description=("Read a po file and translate the msgids with the "