Skip to content

Commit

Permalink
add LICENCE text
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 2, 2018
1 parent 8862544 commit 7e34dcf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
10 changes: 10 additions & 0 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
* files: *
MPLv2.0 2015-2018 (c) Casper da Costa-Luis
[casperdcl](https://github.com/casperdcl).


Mozilla Public Licence (MPL) v. 2.0 - Exhibit A
-----------------------------------------------

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Misc
include .coveragerc
include LICENCE
include Makefile
include tox.ini

Expand Down
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
argopt
======

doc to argparse driven by docopt
doc to ``argparse`` driven by ``docopt``

|PyPI-Status| |PyPI-Versions|

Expand Down Expand Up @@ -29,7 +29,7 @@ The problem is that this is not always flexible. Still need all the features of
Installation
------------

Latest pypi stable release
Latest PyPI stable release
~~~~~~~~~~~~~~~~~~~~~~~~~~

|PyPI-Status|
Expand Down Expand Up @@ -208,7 +208,7 @@ Licence

Open Source (OSI approved): |LICENCE|

Copyright (c) 2016-7 Casper da Costa-Luis.
Copyright (c) 2016-8 Casper da Costa-Luis.

This Source Code Form is subject to the terms of the
Mozilla Public License, v. 2.0.
Expand All @@ -223,6 +223,8 @@ Authors

- Casper da Costa-Luis (`@casperdcl <https://github.com/casperdcl/>`__) |Donate|

|argopt-hits|

.. |Build-Status| image:: https://travis-ci.org/casperdcl/argopt.svg?branch=master
:target: https://travis-ci.org/casperdcl/argopt
.. |Coverage-Status| image:: https://coveralls.io/repos/casperdcl/argopt/badge.svg?branch=master
Expand All @@ -235,6 +237,7 @@ Authors
:target: https://pypi.python.org/pypi/argopt
.. |PyPI-Versions| image:: https://img.shields.io/pypi/pyversions/argopt.svg
:target: https://pypi.python.org/pypi/argopt
.. |argopt-hits| image:: https://caspersci.uk.to/cgi-bin/hits.cgi?q=argopt&a=hidden
.. |OpenHub-Status| image:: https://www.openhub.net/p/arg-opt/widgets/project_thin_badge?format=gif
:target: https://www.openhub.net/p/arg-opt?ref=Thin+badge
.. |LICENCE| image:: https://img.shields.io/pypi/l/argopt.svg
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ def execute_makefile_commands(commands, alias, verbose=False):
platforms=['any'],
packages=['argopt'],
install_requires=['argparse'],
package_data={'': ['LICENCE']},
classifiers=[
# Trove classifiers
# (https://pypi.python.org/pypi?%3Aaction=list_classifiers)
Expand Down

0 comments on commit 7e34dcf

Please sign in to comment.