release 0.0.1

This commit is contained in:
chfw 2017-05-30 23:17:10 +01:00
parent 5f46cfcc48
commit bbaaa4a4db
5 changed files with 43 additions and 5 deletions

View File

@ -32,3 +32,8 @@ or clone it and install it:
$ git clone https://github.com/{{organisation}}/{{name}}.git
$ cd {{name}}
$ python setup.py install
License
================================================================================
New BSD

View File

@ -1,7 +1,7 @@
Change log
===========
0.0.1 - unreleased
0.0.1 - 30/05/2017
--------------------------------------------------------------------------------
first release

30
LICENSE Normal file
View File

@ -0,0 +1,30 @@
Copyright (c) 2017 by Onni Software Ltd.
All rights reserved.
Redistribution and use in source and binary forms of the software as well
as documentation, with or without modification, are permitted provided
that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of 'lml' nor the names of the contributors
may not be used to endorse or promote products derived from this software
without specific prior written permission.
THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.

View File

@ -26,8 +26,7 @@ plugin interface is on your shoulder.
When you would use **lml** to refactor your existing code, it aims to flatten the
complexity and to shrink the size of your bulky python library by
distributing the similar functionalities across its plugins. However, you as
the developer need to do the code refactoring by
yourself and lml would lend you a hand.
the developer need to do the code refactoring by yourself and lml would lend you a hand.
.. [#f1] the end developers who uses your library and packages achieve their
objectives.
@ -48,3 +47,8 @@ or clone it and install it:
$ git clone https://github.com/chfw/lml.git
$ cd lml
$ python setup.py install
License
================================================================================
New BSD

View File

@ -28,8 +28,7 @@ plugin interface is on your shoulder.
When you would use **lml** to refactor your existing code, it aims to flatten the
complexity and to shrink the size of your bulky python library by
distributing the similar functionalities across its plugins. However, you as
the developer need to do the code refactoring by
yourself and lml would lend you a hand.
the developer need to do the code refactoring by yourself and lml would lend you a hand.
.. [#f1] the end developers who uses your library and packages achieve their
objectives.