diff --git a/.gitignore b/.gitignore index 80c704250287b2eee1176789789adf8073655972..8f65b1635d2379cd47b79a8f7f78793e3a44568c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode* pypelines/__pycache__* tests/__pycache__* +*.egg-info* diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000000000000000000000000000000..335ea9d070ad1c319906aeff798584ded23c7387 --- /dev/null +++ b/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2018 The Python Packaging Authority + +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. \ No newline at end of file diff --git a/dist/pypelines-0.0.11-py3-none-any.whl b/dist/pypelines-0.0.11-py3-none-any.whl new file mode 100644 index 0000000000000000000000000000000000000000..e4d9143949a97a029d8b3dddde31bc6962fb6462 Binary files /dev/null and b/dist/pypelines-0.0.11-py3-none-any.whl differ diff --git a/dist/pypelines-0.0.11.tar.gz b/dist/pypelines-0.0.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..3138eb477d7ea63c8196c1d4ea6f95f4a5e364bd Binary files /dev/null and b/dist/pypelines-0.0.11.tar.gz differ diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py index b18dd826ff42107550bcf9c2d454dc0e7e69acf2..17912db0e8c61fa80dd91eadc2df37a1804d16ee 100644 --- a/src/pypelines/__init__.py +++ b/src/pypelines/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.11" +__version__ = "0.0.12" from . import loggs from .pipes import *