Skip to content

Commit

Permalink
Packaging: Add LICENSE file in the source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
Spredzy committed Nov 18, 2016
1 parent 8d27f7a commit 8cb035d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,3 +1,4 @@
include README.rst
include LICENSE
include requirements.txt
include sample/*.conf
5 changes: 3 additions & 2 deletions contrib/packaging/rpm/lecm.spec
Expand Up @@ -6,8 +6,8 @@ Release: 1%{?dist}

Summary: Let's Encrypt Certificate Manager
License: ASL 2.0
URL: http://pypi.io/pypi/%{srcname}
Source0: http://pypi.io/packages/source/l/%{srcname}/%{srcname}-%{version}.tar.gz
URL: https://pypi.io/pypi/%{srcname}
Source0: https://pypi.io/packages/source/l/%{srcname}/%{srcname}-%{version}.tar.gz
Source1: lecm.cron
Source2: lecm.1.gz

Expand Down Expand Up @@ -55,6 +55,7 @@ install -p -m 0644 sample/*.conf %{buildroot}%{_datadir}/%{srcname}/sample/

%files
%doc README.rst
%license LICENSE
%{python3_sitelib}/%{srcname}
%{python3_sitelib}/*.egg-info
%{_bindir}/%{srcname}
Expand Down

0 comments on commit 8cb035d

Please sign in to comment.