Skip to content

Commit

Permalink
Update build info for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daigotanaka committed Mar 29, 2023
1 parent 271ad2e commit 0ecf4da
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Development Lead
Contributors
------------

None yet. Why not be the first?
* Jan Soubusta (@jaceksan)
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Allow running tap multiple times the same day
- Add missing package prefix to timedelta call
- Collect all data in single run
PR (#2)

### 0.1.0 (2021-04-06)

Expand Down
2 changes: 1 addition & 1 deletion bin/release_build
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python3 setup.py clean --all
rm -fr dist
rm -fr build
rm -fr target_exchangeratehost.egg-info
python3 setup.py sdist bdist_wheel
python3 -m build

# test
# python3 -m twine upload --repository testpypi dist/*
Expand Down
3 changes: 3 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ tox>=3.14.0
twine>=1.14.0
watchdog>=0.9.0
wheel>=0.33.6
build>=0.10.0
keyrings.alt>=4.2.0

6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version=VERSION,
description="Singer.io tap for extracting currency exchange rate data from the exchangerate.host API",
long_description=long_description,
long_description_content_type="text/markdown",
# long_description_content_type="text/markdown",
author="Daigo Tanaka, Anelen Co., LLC",
url="http://github.com/anelendata/tap-exchangeratehost",
classifiers=[
Expand All @@ -23,9 +23,11 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",

"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
install_requires=[
"singer-python>=5.3.0",
Expand Down

0 comments on commit 0ecf4da

Please sign in to comment.