Skip to content

Commit

Permalink
Prep for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
areed1192 committed Jul 15, 2021
1 parent 2401271 commit 59969bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.7"
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

## Overview

Version: **0.1.0**

The U.S. Department of the Treasury is building a suite of open-source tools to deliver
standardized information about federal finances to the public. We are working to centralize
publicly available financial data, and this website will include datasets from the Fiscal
Expand Down Expand Up @@ -57,21 +59,21 @@ pip install .
This will install all the dependencies listed in the `setup.py` file. Once done
you can use the library wherever you want.

<!-- **Setup - PyPi Install:**
**Setup - PyPi Install:**

To **install** the library, run the following command from the terminal.

```console
pip install federal-register
pip install us-federal-treasury-python-api
```

**Setup - PyPi Upgrade:**

To **upgrade** the library, run the following command from the terminal.

```console
pip install --upgrade federal-register
``` -->
pip install --upgrade us-federal-treasury-python-api
```

## Usage

Expand Down Expand Up @@ -107,6 +109,3 @@ pay monthly fees.

**YouTube:**
If you'd like to watch more of my content, feel free to visit my YouTube channel [Sigma Coding](https://www.youtube.com/c/SigmaCoding).

<!-- **Hire Me:**
If you have a project, you think I can help you with feel free to reach out at [coding.sigma@gmail.com](mailto:coding.sigma@gmail.com?subject=[GitHub]%20Project%20Proposal) or fill out the [contract request form](https://forms.office.com/Pages/ResponsePage.aspx?id=DQSIkWdsW0yxEjajBLZtrQAAAAAAAAAAAAa__aAmF1hURFg5ODdaVTg1TldFVUhDVjJHWlRWRzhZRy4u) -->
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# Define dependencies.
install_requires=[
'requests==2.24.0'
'requests>=2.24.0'
],

# Specify folder content.
Expand Down

0 comments on commit 59969bf

Please sign in to comment.