1
0
mirror of https://github.com/240596448/onec_codetemplate_parser.git synced 2025-11-23 21:34:39 +02:00

Манифест

This commit is contained in:
Vladimir Nadulich
2025-11-02 23:08:00 +03:00
parent b0b6983ab9
commit 46a8750f91
2 changed files with 7 additions and 4 deletions

4
MANIFEST.in Normal file
View File

@@ -0,0 +1,4 @@
include onec_codetemplate_parser/*.py
exclude temp/*
exclude tests/*

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "onec_codetemplate_parser" name = "onec_codetemplate_parser"
version = "0.2.1" version = "0.3.0"
dependencies = [ dependencies = [
"typer>=0.20.0" "typer>=0.20.0"
] ]
@@ -35,6 +35,5 @@ Repository = "https://github.com/240596448/onec_codetemplate_parser.git"
[project.scripts] [project.scripts]
onec_codetemplate_parser = "onec_codetemplate_parser.cli:app" onec_codetemplate_parser = "onec_codetemplate_parser.cli:app"
[tool.setuptools.packages.find] [tool.setuptools]
include = ["onec_codetemplate_parser"] include-package-data = true
exclude = ["tests"]