File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
from setuptools import find_packages , setup
5
5
6
- VERSION = (1 , 0 , 11 )
6
+ VERSION = (1 , 0 , 14 )
7
7
8
8
__version__ = "." .join (str (i ) for i in VERSION )
9
9
@@ -20,12 +20,12 @@ def read(fname):
20
20
setup (
21
21
name = "treebo-csv-uploader" ,
22
22
version = __version__ ,
23
- author = "Utkarsh Mishra " ,
24
- author_email = "utkarsh.mishra@treebohotels .com" ,
23
+ author = "Pawan khandelwal " ,
24
+ author_email = "pawan.khandelwal@hotelsuperhero .com" ,
25
25
description = ("Generic csv upload with pluggable actions" ),
26
26
license = "BSD" ,
27
27
keywords = "csv upload" ,
28
- url = "https://github.com/TreeboHotels/treebo_csv_uploader " ,
28
+ url = "https://github.com/pk120/treebo-csv-uploader/tree/csvFix " ,
29
29
packages = find_packages (exclude = ['tests' , 'docs' ]),
30
30
package_data = {'templates' : ['templates/csv_uploader.html' ]},
31
31
long_description = read ('README.rst' ),
You can’t perform that action at this time.
0 commit comments