summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlambdalisue <lambdalisue@hashnote.net>2018-05-08 17:08:01 +0900
committerlambdalisue <lambdalisue@hashnote.net>2018-05-08 17:14:00 +0900
commit0bf4a1222a91c9ad9b9c729ba2bc97456da5b559 (patch)
treee2a205f53d4b60586c9ba5fbe17408e462e0ad36
parenta7c8e4bff6d4c5361dae19fa659b44165722b614 (diff)
downloadnetifaces-git-0bf4a1222a91c9ad9b9c729ba2bc97456da5b559.tar.gz
Add LICENSE and include it in wheel
-rw-r--r--LICENSE19
-rw-r--r--README.rst22
-rw-r--r--setup.cfg2
3 files changed, 22 insertions, 21 deletions
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..0b5bad0
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,19 @@
+Copyright (c) 2007-2018 Alastair Houghton
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/README.rst b/README.rst
index c682c76..22a95b8 100644
--- a/README.rst
+++ b/README.rst
@@ -175,27 +175,7 @@ wish to contribute a patch, please use Github to send a pull request.
4. What license is this under?
------------------------------
-It's an MIT-style license. Here goes:
-
-Copyright (c) 2007-2018 Alastair Houghton
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
+It's an MIT-style license. See `LICENSE <./LICENSE>`_.
5. Why the jump to 0.10.0?
--------------------------
diff --git a/setup.cfg b/setup.cfg
index 861a9f5..de8c4ac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,3 +3,5 @@ tag_build =
tag_date = 0
tag_svn_revision = 0
+[metadata]
+license_file = LICENSE