Skip to content

Commit

Permalink
Merge pull request #2093 from anarkiwi/sdist
Browse files Browse the repository at this point in the history
sdist needs a README.
  • Loading branch information
cglewis authored Dec 21, 2020
2 parents 9f32b69 + aeaa3a6 commit f62d967
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_TOKEN }}
packages_dir: src/core/dist
- name: Build CLI package
id: build_cli_package
run: |
Expand All @@ -40,6 +41,7 @@ jobs:
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_TOKEN }}
packages_dir: src/cli/dist
- name: Build API package
id: build_api_package
run: |
Expand All @@ -54,3 +56,4 @@ jobs:
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_TOKEN }}
packages_dir: src/api/dist
6 changes: 4 additions & 2 deletions src/api/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Simple RESTful API for querying information about nodes that Poseidon detects.
# Poseidon API: Simple RESTful API for querying information about nodes that Poseidon detects.

For a list of available API endpoints to the service browse to `/v1` where the service is running.
> Software Defined Network Situational Awareness
See the [GitHub home page](https://github.com/IQTLabs/poseidon)
5 changes: 5 additions & 0 deletions src/core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Poseidon

> Software Defined Network Situational Awareness
See the [GitHub home page](https://github.com/IQTLabs/poseidon)

0 comments on commit f62d967

Please sign in to comment.