From 59969bfd865528072ffcedfd861aab2e0f9764ba Mon Sep 17 00:00:00 2001 From: Alex Reed Date: Thu, 15 Jul 2021 11:38:04 -0700 Subject: [PATCH] Prep for PyPi --- .github/workflows/python-publish.yml | 2 +- README.md | 13 ++++++------- setup.py | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 9d02396..5d17c36 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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 diff --git a/README.md b/README.md index aa658ee..15ec915 100644 --- a/README.md +++ b/README.md @@ -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 @@ -57,12 +59,12 @@ pip install . This will install all the dependencies listed in the `setup.py` file. Once done you can use the library wherever you want. - +pip install --upgrade us-federal-treasury-python-api +``` ## Usage @@ -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). - - diff --git a/setup.py b/setup.py index 05ea1ff..5cb194c 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # Define dependencies. install_requires=[ - 'requests==2.24.0' + 'requests>=2.24.0' ], # Specify folder content.