|
Last change
on this file since d6e75be was d6e75be, checked in by Enrico Schwass <ennoausberlin@…>, 3 months ago |
|
initial but without working tests
|
-
Property mode
set to
100644
|
|
File size:
431 bytes
|
| Line | |
|---|
| 1 | [build-system]
|
|---|
| 2 | requires = ["poetry-core>=1.0.7"]
|
|---|
| 3 | build-backend = "poetry.core.masonry.api"
|
|---|
| 4 |
|
|---|
| 5 | [tool.poetry]
|
|---|
| 6 | name = "flexo"
|
|---|
| 7 | version = "0.0.1"
|
|---|
| 8 | authors = ["Enrico Enno Schwass <ennoausberlin@mac.com>"]
|
|---|
| 9 | description = "Core library providing unique lifecycle-aware IDs and entity base classes"
|
|---|
| 10 | readme = "README.md"
|
|---|
| 11 | license = "MIT"
|
|---|
| 12 |
|
|---|
| 13 | include = [
|
|---|
| 14 | {path = 'tests/*.py'},
|
|---|
| 15 | ]
|
|---|
| 16 |
|
|---|
| 17 | [tool.poetry.dependencies]
|
|---|
| 18 | python = "^3.10.6"
|
|---|
| 19 | pytest = "^7.1.3"
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.