Skip to content

Commit

Permalink
add sdist manifest to include .txt
Browse files Browse the repository at this point in the history
  • Loading branch information
canokaue committed Aug 7, 2020
1 parent 257792d commit ced50bc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graft satoshi
Binary file added dist/satoshi-0.1.1-py3-none-any.whl
Binary file not shown.
Binary file added dist/satoshi-0.1.1.tar.gz
Binary file not shown.
4 changes: 2 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.0',
version='0.1.1',
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='[email protected]',
url='https://github.com/quan-digital/satoshi/',
download_url = 'https://github.com/quan-digital/satoshi/dist/satoshi-0.1.0.tar.gz',
download_url = 'https://github.com/quan-digital/satoshi/dist/satoshi-0.1.1.tar.gz',
install_requires=[
'requests==2.23.0'
],
Expand Down

0 comments on commit ced50bc

Please sign in to comment.