mirror of
https://github.com/dtomlinson91/tembo.git
synced 2026-09-23 04:57:11 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
|||||||
|
# Tembo
|
||||||
|
|
||||||
|
<center><img src="./assets/tembo_logo.png" width="200px"></center>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 442 KiB |
@@ -0,0 +1,15 @@
|
|||||||
|
[tool.poetry]
|
||||||
|
name = "tembo"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = ""
|
||||||
|
authors = ["dtomlinson <dtomlinson@panaetius.co.uk>"]
|
||||||
|
|
||||||
|
[tool.poetry.dependencies]
|
||||||
|
python = "^3.7"
|
||||||
|
|
||||||
|
[tool.poetry.dev-dependencies]
|
||||||
|
pytest = "^5.2"
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
__version__ = '0.1.0'
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
from tembo import __version__
|
||||||
|
|
||||||
|
|
||||||
|
def test_version():
|
||||||
|
assert __version__ == '0.1.0'
|
||||||
Reference in New Issue
Block a user