Skip to content

Commit

Permalink
add readme and setuptools to build
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenpmeyer committed Nov 2, 2023
1 parent d6e059a commit b66fd37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install build setuptools
- name: Build package
run: python -m build
- name: Publish package
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
dynamic = ["version"]
name = "endorlabs-atst"
readme = "README.md"
authors = [{name = "Darren Meyer", email = '[email protected]'}]
description = "Endor Labs Automated Tool for Scanning Things (ATST) -- a tool to help deploy and manage Endor Labs in CI pipelines"
requires-python = ">=3.9"
Expand Down

0 comments on commit b66fd37

Please sign in to comment.