Merge ~jugmac00/lpci:replace-deprecated-setuptools-directive into lpci:main

Proposed by Jürgen Gmach
Status: Merged
Merged at revision: 16e72818f4392b274dbd2b4b77332ddfa432a4b7
Proposed branch: ~jugmac00/lpci:replace-deprecated-setuptools-directive
Merge into: lpci:main
Diff against target: 38 lines (+8/-2)
2 files modified
NEWS.rst (+6/-0)
setup.cfg (+2/-2)
Reviewer Review Type Date Requested Status
Guruprasad Approve
Review via email: mp+437188@code.launchpad.net

Commit message

Replace deprecated setuptools directive

To post a comment you must log in.
Revision history for this message
Guruprasad (lgp171188) wrote :

LGTM 👍 Just a minor comment.

review: Approve
Revision history for this message
Jürgen Gmach (jugmac00) :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/NEWS.rst b/NEWS.rst
2index d1aad24..8a165cd 100644
3--- a/NEWS.rst
4+++ b/NEWS.rst
5@@ -2,6 +2,12 @@
6 Version history
7 ===============
8
9+0.0.45 (unreleased)
10+===================
11+
12+- Replace deprecated setuptools directive.
13+ See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-license-file.
14+
15 0.0.44 (2023-02-09)
16 ===================
17
18diff --git a/setup.cfg b/setup.cfg
19index c552d8a..deb8f91 100644
20--- a/setup.cfg
21+++ b/setup.cfg
22@@ -1,6 +1,6 @@
23 [metadata]
24 name = lpcraft
25-version = 0.0.44
26+version = 0.0.45.dev0
27 description = Runner for Launchpad CI jobs
28 long_description = file: README.rst
29 long_description_content_type = text/x-rst
30@@ -8,7 +8,7 @@ url = https://launchpad.net/lpcraft
31 author = Colin Watson
32 author_email = cjwatson@canonical.com
33 license = GPL-3.0
34-license_file = LICENSE
35+license_files = LICENSE
36 classifiers =
37 License :: OSI Approved :: GNU General Public License v3 (GPLv3)
38 Programming Language :: Python

Subscribers

People subscribed via source and target branches