add wheel
This commit is contained in:
parent
4a0dae531e
commit
092ecff9ba
BIN
dist/pyscript_bootstrap_templates-0.1.0-py3-none-any.whl
vendored
Normal file
BIN
dist/pyscript_bootstrap_templates-0.1.0-py3-none-any.whl
vendored
Normal file
Binary file not shown.
@ -74,7 +74,7 @@ def main():
|
||||
argument_parser.add_argument(
|
||||
"title", type=str, help="the title of the new project")
|
||||
argument_parser.add_argument(
|
||||
"packages", type=str, nargs="+", help="the packages to include in the new project")
|
||||
"packages", type=str, nargs="*", help="the packages to include in the new project")
|
||||
argument_parser.add_argument("--paths", type=str, nargs="+",
|
||||
help="additional local python files to include in the new project")
|
||||
argument_parser.add_argument("--pyscript_css_url", type=str,
|
5
setup.py
5
setup.py
@ -22,7 +22,7 @@ long_description = (here / "README.md").read_text(encoding="utf-8")
|
||||
setup(
|
||||
|
||||
name="pyscript-bootstrap-templates",
|
||||
version=get_version("pyscript-bootstrap-templates/__init__.py"),
|
||||
version=get_version("pyscript_bootstrap_templates/__init__.py"),
|
||||
description="templates and basic python/pyscript wrappers for bootstrap 5",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
@ -35,8 +35,7 @@ setup(
|
||||
|
||||
keywords="sample, setuptools, development",
|
||||
|
||||
package_dir={"": "pyscript-bootstrap-templates"},
|
||||
packages=find_packages(where="pyscript-bootstrap-templates"),
|
||||
packages=["pyscript_bootstrap_templates"],
|
||||
|
||||
|
||||
python_requires=">=3.7, <4",
|
||||
|
Loading…
Reference in New Issue
Block a user