diff options
Diffstat (limited to 'devel/py-autocommand/files/patch-setup.py')
-rw-r--r-- | devel/py-autocommand/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-autocommand/files/patch-setup.py b/devel/py-autocommand/files/patch-setup.py new file mode 100644 index 000000000000..28522fb9517b --- /dev/null +++ b/devel/py-autocommand/files/patch-setup.py @@ -0,0 +1,10 @@ +--- setup.py.orig 2022-11-18 19:13:19 UTC ++++ setup.py +@@ -13,7 +13,6 @@ setup( + ], + package_dir={'': 'src'}, + platforms='any', +- license='LGPLv3', + author='Nathan West', + url='https://github.com/Lucretiel/autocommand', + description='A library to create a command-line program from a function', |