Skip to content

Commit

Permalink
Merge pull request #3 from ackness/v0.1.4
Browse files Browse the repository at this point in the history
add long description for pypi
  • Loading branch information
ackness authored Mar 23, 2023
2 parents f5d4ca4 + 35fc223 commit 24464b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
from setuptools import setup, find_packages

with open('README.md', 'r', encoding='utf-8') as fh:
long_description = fh.read()

setup(
name='many_abis',
packages=find_packages(),
version='0.1.4',
license='MIT',
description='A simple way to get different DEXs abis for block chains.',
long_description=long_description,
long_description_content_type="text/markdown",
author='Yong',
author_email='[email protected]',
url='https://github.com/ackness/many_abis',
Expand Down

0 comments on commit 24464b8

Please sign in to comment.