Commit 0ef5d9ac by Jaime Collado

Initial commit

parents
File mode changed
[tool.poetry]
name = "textflow"
version = "0.1.0"
description = ""
authors = ["Jaime Collado <jcollado@ujaen.es>"]
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
pytest = "^5.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
File mode changed
from textflow import __version__
def test_version():
assert __version__ == '0.1.0'
__version__ = '0.1.0'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment