Skip to content

Commit

Permalink
fix dist wheel additional txt files to print ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
canokaue committed Aug 7, 2020
1 parent ced50bc commit 6abd4fc
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Zip
run: |
zip -r satoshi.zip satoshi
zip -r satoshi.zip .
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down
Binary file added dist/satoshi-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/satoshi-0.1.2.tar.gz
Binary file not shown.
Binary file added dist/satoshi-0.1.3-py3-none-any.whl
Binary file not shown.
Binary file added dist/satoshi-0.1.3.tar.gz
Binary file not shown.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
here = dirname(__file__)

setup(name='satoshi',
version='0.1.1',
version='0.1.3',
description='Manipulate satoshi-related prices in Python 3, simple and sweet.',
long_description=open(join(here, 'README.md')).read(),
license='MIT',
long_description_content_type="text/markdown",
author='canokaue',
author_email='kaue.cano@quan.digital',
url='https://github.com/quan-digital/satoshi/',
download_url = 'https://github.com/quan-digital/satoshi/dist/satoshi-0.1.1.tar.gz',
download_url = 'https://github.com/quan-digital/satoshi/dist/satoshi-0.1.3.tar.gz',
install_requires=[
'requests==2.23.0'
],
Expand All @@ -33,4 +33,5 @@
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
],
include_package_data=True
)

0 comments on commit 6abd4fc

Please sign in to comment.