Skip to content

Commit c506dcf

Browse files
author
Ravi kumar
authored
long description added
1 parent e77bf14 commit c506dcf

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

setup.py

+16-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
from setuptools import setup, find_packages
44

55
VERSION = '0.3.3'
6+
long_description_text = """Forex Python is a Free Foreign exchange rates and currency conversion.
7+
Features:
8+
List all currency rates.
9+
BitCoin price for all curuncies.
10+
Converting amount to BitCoins.
11+
Get historical rates for any day since 1999.
12+
Conversion rate for one currency(ex; USD to INR).
13+
Convert amount from one currency to other.('USD 10$' to INR).
14+
Currency symbols.
15+
Currency names.
16+
17+
Documentation: http://forex-python.readthedocs.io/en/latest/usage.html
18+
GitHub: https://github.com/MicroPyramid/forex-python
19+
20+
"""
621

722
setup(
823
name='forex-python',
@@ -11,7 +26,7 @@
1126
author_email='hello@micropyramid.com',
1227
url='https://github.com/MicroPyramid/forex-python',
1328
description='Foreign exchange rates and currency conversion.',
14-
long_description="\n\n".join([open("README.rst", encoding='utf-8').read()]),
29+
long_description=long_description_text,
1530
packages=find_packages(exclude=['tests', 'tests.*']),
1631
include_package_data=True,
1732
install_requires=[

0 commit comments

Comments
 (0)