Skip to content

Commit

Permalink
package/python-autocommand: remove licence declaration
Browse files Browse the repository at this point in the history
Remove license declaration and rely instead on Trove classifiers
and LICENSE being included.

Fixes:
https://autobuild.buildroot.org/results/6af310ba0f114020781fdcf71d3169ea3083478c/

Upstream URL:
Lucretiel/autocommand#33

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
  • Loading branch information
yegorich authored and Taumille committed Dec 22, 2024
1 parent 5578187 commit 70f1184
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
From ec6f6641c10be1e9285be5d31c96462f251889d6 Mon Sep 17 00:00:00 2001
From: "Jason R. Coombs" <jaraco@jaraco.com>
Date: Thu, 4 Apr 2024 17:23:20 -0400
Subject: [PATCH] Remove license declaration and rely instead on Trove
classifiers and LICENSE being included.

Closes #32.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
setup.py | 1 -
1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index 41f86a1..d154562 100644
--- a/setup.py
+++ b/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',
--
2.34.1

0 comments on commit 70f1184

Please sign in to comment.