rename src to modnet and create pyproject.toml

pull/222/head
Hugh Perkins 2025-04-04 15:36:15 -04:00
parent 28165a451e
commit 788df107cd
9 changed files with 22 additions and 0 deletions

7
poetry.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
package = []
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "53f2eabc9c26446fbcc00d348c47878e118afc2054778c3c803a0a8028af27d9"

15
pyproject.toml Normal file
View File

@ -0,0 +1,15 @@
[tool.poetry]
name = "modnet"
version = "0.1.0"
description = ""
authors = ["Zhanghan Ke <kezhanghan@outlook.com>"]
license = "Apache 2.0"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"