No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with
4 additions and
2 deletions
-
README.md
-
etherpump/__init__.py
-
pyproject.toml
|
@ -32,6 +32,8 @@ After installing etherpump on the Varia server, we collectively decided to not w |
|
|
|
|
|
|
|
|
Use the more friendly packaging tool [Poetry](https://python-poetry.org/) for publishing. |
|
|
Use the more friendly packaging tool [Poetry](https://python-poetry.org/) for publishing. |
|
|
|
|
|
|
|
|
|
|
|
Further performance tweaks, informative logging and miscellaneous big fixing. |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
|
|
|
**January 2020** |
|
|
**January 2020** |
|
|
|
@ -4,7 +4,7 @@ import sys |
|
|
|
|
|
|
|
|
DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data") |
|
|
DATAPATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "data") |
|
|
|
|
|
|
|
|
__VERSION__ = "0.0.14" |
|
|
__VERSION__ = "0.0.15" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def subcommands(): |
|
|
def subcommands(): |
|
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" |
|
|
|
|
|
|
|
|
[tool.poetry] |
|
|
[tool.poetry] |
|
|
name = "etherpump" |
|
|
name = "etherpump" |
|
|
version = "0.0.14" |
|
|
version = "0.0.15" |
|
|
description = "Pumping text from etherpads into publications" |
|
|
description = "Pumping text from etherpads into publications" |
|
|
authors = ["Varia, Center for Everyday Technology"] |
|
|
authors = ["Varia, Center for Everyday Technology"] |
|
|
maintainers = ["Varia, Center for Everyday Technology <info@varia.zone>"] |
|
|
maintainers = ["Varia, Center for Everyday Technology <info@varia.zone>"] |
|
|