Skip to content

Commit

Permalink
remove pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Jan 26, 2024
1 parent faf0662 commit 581cf29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
30 changes: 0 additions & 30 deletions pnap_bmc_api/pyproject.toml

This file was deleted.

4 changes: 3 additions & 1 deletion template/setup.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

{{>partial_header}}

from {{packageName}}.version import VERSION
from setuptools import setup, find_packages # noqa: H301

# To install the library, run the following
Expand All @@ -11,7 +12,8 @@ from setuptools import setup, find_packages # noqa: H301
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "{{{projectName}}}"
VERSION = {{VERSION}}
VERSION = VERSION

PYTHON_REQUIRES = ">=3.7"
{{#apiInfo}}
{{#apis}}
Expand Down

0 comments on commit 581cf29

Please sign in to comment.