mirror of
https://github.com/civsocit/olgram.git
synced 2023-07-22 01:29:12 +03:00
fix for prev
This commit is contained in:
parent
164a251310
commit
450e283e50
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@ -20,4 +20,4 @@ jobs:
|
|||||||
pip install poetry
|
pip install poetry
|
||||||
poetry install
|
poetry install
|
||||||
- name: Check flake8
|
- name: Check flake8
|
||||||
run: python -m flake8 .
|
run: flake8 .
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "olgram"
|
name = "olgram"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Civ Soc <feedback@civsoc.it>"]
|
authors = ["Civ Soc <feedback@civsoc.it>"]
|
||||||
license = "CC0"
|
license = "CC0"
|
||||||
|
Loading…
Reference in New Issue
Block a user