mirror of
https://github.com/wassname/libcryptomarket.git
synced 2026-09-10 12:13:06 +08:00
Add Poloniex error handling and upgrade to version 0.1.1
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"""The setup script."""
|
||||
|
||||
from setuptools import setup, find_packages
|
||||
from libcryptomarket import __version__
|
||||
|
||||
with open('README.md') as readme_file:
|
||||
readme = readme_file.read()
|
||||
@@ -28,7 +29,7 @@ test_requirements = [
|
||||
|
||||
setup(
|
||||
name='libcryptomarket',
|
||||
version='0.1.0',
|
||||
version=__version__,
|
||||
description="Library for cryptocurrency market information.",
|
||||
long_description=readme + '\n\n' + history,
|
||||
author="Gavin Chan",
|
||||
|
||||
Reference in New Issue
Block a user