Commit c506dcf Ravi kumar
authored
1 parent e77bf14 commit c506dcf Copy full SHA for c506dcf
File tree 1 file changed +16
-1
lines changed
1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 3
3
from setuptools import setup , find_packages
4
4
5
5
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
+ """
6
21
7
22
setup (
8
23
name = 'forex-python' ,
11
26
author_email = 'hello@micropyramid.com' ,
12
27
url = 'https://github.com/MicroPyramid/forex-python' ,
13
28
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 ,
15
30
packages = find_packages (exclude = ['tests' , 'tests.*' ]),
16
31
include_package_data = True ,
17
32
install_requires = [
You can’t perform that action at this time.
0 commit comments