Skip to content

Commit

Permalink
Remove reference to direct dependencies (#252)
Browse files Browse the repository at this point in the history
PyPI doesn't support direct dependencies so we can't use it as an extra.

Signed-off-by: Eric Brown <[email protected]>
  • Loading branch information
ericwb authored Jan 29, 2024
1 parent cf88a71 commit 3c51d00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository_url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/
4 changes: 0 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ classifier =
project_urls =
Release notes = https://github.com/securesauce/precli/releases

[options.extras_require]
thirdparty =
precli-thirdparty @ git+https://github.com/securesauce/precli-thirdparty@main

[entry_points]
console_scripts =
precli = precli.cli.main:main
Expand Down

0 comments on commit 3c51d00

Please sign in to comment.