blob: 28522fb9517bae3f5466835e001382e60b165280 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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',
|