diff options
| author | 2025-11-07 10:42:32 +0800 | |
|---|---|---|
| committer | 2025-11-07 10:42:32 +0800 | |
| commit | 0df74f33823e9371937ddebff57263c645617b6d (patch) | |
| tree | 33d5cb5233cf2a7aed543d878090f615942857ab /pyproject.toml | |
| parent | d641afcfd92e76d0989f62eadb5b53d4782b7a18 (diff) | |
| download | mvp-0df74f33823e9371937ddebff57263c645617b6d.tar.gz mvp-0df74f33823e9371937ddebff57263c645617b6d.zip | |
refactor: comment out unused script section and update Python version requirement in configuration files
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index efa9ac5..9f83aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ classifiers = [ "Programming Language :: Python :: 3", ] -[project.scripts] -mvp = "mvp.__main__:main" +# [project.scripts] +# mvp = "mvp.__main__:main" [tool.maturin] bindings = "bin" |
