diff --git a/.gitignore b/.gitignore index 99350e7..5f39ad0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ accounts/ **__pycache__/ build/ green-check-chain.png +dist/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0821f4f --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2024 missytake + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/setup.cfg b/setup.cfg index 441c246..584a4a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [metadata] name = deltawoot -version = 0.0.1 +version = 1.0.0 author = missytake author_email = missytake@systemli.org -description = A deltachat client for chatwoot so users can talk to chatwoot encrypted. +description = A deltachat client for chatwoot, so users can talk to chatwoot encrypted. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/deltachat-bot/deltawoot