1
1
from distutils .core import setup
2
2
setup (
3
- name = 'gre2gmat' ,
4
- packages = ['gre2gmat' ], # this must be the same as the name above
5
- version = '0.1.1 ' ,
6
- description = 'A library for calculating GMAT equivalent scores from GRE scores' ,
7
- author = 'Olutosin Sonuyi' ,
8
- author_email = 'tosin.sonuyi+gre2gmat@gmail.com' ,
9
- url = 'https://github.com/weallwegot/gre_to_gmat' , # use the URL to the github repo
10
- download_url = 'https://github.com/weallwegot/gre_to_gmat/archive/0.1.1.tar.gz' ,
11
- package_data = {'' :['data_table.csv' ]} ,
12
- include_package_data = True ,
13
- keywords = ['GMAT' , 'GRE' , 'Conversion' , 'MBA' , 'GMAC' , 'ETS' ],
14
- classifiers = [],
15
- )
3
+ name = 'gre2gmat' ,
4
+ packages = ['gre2gmat' ], # this must be the same as the name above
5
+ version = '0.1.2 ' ,
6
+ description = 'A library for calculating GMAT equivalent scores from GRE scores' ,
7
+ author = 'Olutosin Sonuyi' ,
8
+ author_email = 'tosin.sonuyi+gre2gmat@gmail.com' ,
9
+ url = 'https://github.com/weallwegot/gre_to_gmat' , # use the URL to the github repo
10
+ download_url = 'https://github.com/weallwegot/gre_to_gmat/archive/0.1.1.tar.gz' ,
11
+ package_data = {'' : ['data_table.csv' ]},
12
+ include_package_data = True ,
13
+ keywords = ['GMAT' , 'GRE' , 'Conversion' , 'MBA' , 'GMAC' , 'ETS' ],
14
+ classifiers = [],
15
+ )
0 commit comments