Compare commits

...

3 Commits

Author SHA1 Message Date
ksamuel c65d5c4d09
Merge pull request #142 from shashwata27/master
Fixing Typo
2021-03-28 22:00:55 +02:00
Shashwata Saha 3b3cae831a Fixing Typo 2021-03-28 17:06:22 +05:30
ksamuel 3e0c4da193 Removing debug code from dodo file 2020-08-31 17:35:33 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
0bin: a client side encrypted pastebin
===========================================
0bin is a pastebin that encrypts the user content in the browsder and can run without a database.
0bin is a pastebin that encrypts the user content in the browser and can run without a database.
* Try it: `0bin.net <http://0bin.net>`_
* `Report a bug <https://github.com/sametmax/0bin/issues>`_

View File

@ -80,7 +80,7 @@ def task_publish_to_pypi():
return {
"task_dep": ["build"],
"actions": ["echo twine upload ./dist/*.whl"],
"actions": ["twine upload ./dist/*.whl"],
}