feat: add pyproject.toml
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -4,3 +4,5 @@ __pycache__
|
|||||||
venv
|
venv
|
||||||
.venv
|
.venv
|
||||||
*.pyc
|
*.pyc
|
||||||
|
uv.lock
|
||||||
|
.python-version
|
||||||
0
midas/__init__.py
Normal file
0
midas/__init__.py
Normal file
10
pyproject.toml
Normal file
10
pyproject.toml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[project]
|
||||||
|
name = "midas"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "A static-first type checking framework for Python data-frames"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.11"
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ['hatchling']
|
||||||
|
build-backend = 'hatchling.build'
|
||||||
Reference in New Issue
Block a user