diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 1d6cb6c..9477ec0 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -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 diff --git a/dist/satoshi-0.1.2-py3-none-any.whl b/dist/satoshi-0.1.2-py3-none-any.whl new file mode 100644 index 0000000..b52ec01 Binary files /dev/null and b/dist/satoshi-0.1.2-py3-none-any.whl differ diff --git a/dist/satoshi-0.1.2.tar.gz b/dist/satoshi-0.1.2.tar.gz new file mode 100644 index 0000000..5130795 Binary files /dev/null and b/dist/satoshi-0.1.2.tar.gz differ diff --git a/dist/satoshi-0.1.3-py3-none-any.whl b/dist/satoshi-0.1.3-py3-none-any.whl new file mode 100644 index 0000000..9ac4707 Binary files /dev/null and b/dist/satoshi-0.1.3-py3-none-any.whl differ diff --git a/dist/satoshi-0.1.3.tar.gz b/dist/satoshi-0.1.3.tar.gz new file mode 100644 index 0000000..da9bdf8 Binary files /dev/null and b/dist/satoshi-0.1.3.tar.gz differ diff --git a/setup.py b/setup.py index 889eacd..5ce4a8e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ 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', @@ -13,7 +13,7 @@ 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' ], @@ -33,4 +33,5 @@ 'Programming Language :: Python :: 3.7', 'Operating System :: OS Independent', ], + include_package_data=True ) \ No newline at end of file