File tree Expand file tree Collapse file tree 7 files changed +20
-12
lines changed 
tests/samples/regressions Expand file tree Collapse file tree 7 files changed +20
-12
lines changed Original file line number Diff line number Diff line change 2828
2929import  bandicoot .helper .tools 
3030
31- __version__  =  "0.5.0 " 
31+ __version__  =  "0.5.1 " 
Original file line number Diff line number Diff line change 44        "reporting__antennas_path" : " samples/towers.csv"  ,
55        "reporting__attributes_path" : " samples/attributes"  ,
66        "reporting__recharges_path" : " samples/attributes"  ,
7-         "reporting__version" : " 0.5.0 "  ,
8-         "reporting__code_signature" : " 90e12e22bc3c1282c9e7f610bf26ee84287e5945 "  ,
7+         "reporting__version" : " 0.5.1 "  ,
8+         "reporting__code_signature" : " 796cf443dbafff33b798aa2c2fc1eabc89f96928 "  ,
99        "reporting__groupby" : " week"  ,
1010        "reporting__split_week" : true ,
1111        "reporting__split_day" : true ,
Original file line number Diff line number Diff line change 44        "reporting__antennas_path" : null ,
55        "reporting__attributes_path" : null ,
66        "reporting__recharges_path" : null ,
7-         "reporting__version" : " 0.5.0 "  ,
8-         "reporting__code_signature" : " 90e12e22bc3c1282c9e7f610bf26ee84287e5945 "  ,
7+         "reporting__version" : " 0.5.1 "  ,
8+         "reporting__code_signature" : " 796cf443dbafff33b798aa2c2fc1eabc89f96928 "  ,
99        "reporting__groupby" : " week"  ,
1010        "reporting__split_week" : true ,
1111        "reporting__split_day" : true ,
Original file line number Diff line number Diff line change 44        "reporting__antennas_path" : " samples/towers.csv"  ,
55        "reporting__attributes_path" : null ,
66        "reporting__recharges_path" : null ,
7-         "reporting__version" : " 0.5.0 "  ,
8-         "reporting__code_signature" : " 90e12e22bc3c1282c9e7f610bf26ee84287e5945 "  ,
7+         "reporting__version" : " 0.5.1 "  ,
8+         "reporting__code_signature" : " 796cf443dbafff33b798aa2c2fc1eabc89f96928 "  ,
99        "reporting__groupby" : " week"  ,
1010        "reporting__split_week" : true ,
1111        "reporting__split_day" : true ,
Original file line number Diff line number Diff line change 44        "reporting__antennas_path" : null ,
55        "reporting__attributes_path" : " samples/attributes"  ,
66        "reporting__recharges_path" : " samples/attributes"  ,
7-         "reporting__version" : " 0.5.0 "  ,
8-         "reporting__code_signature" : " 90e12e22bc3c1282c9e7f610bf26ee84287e5945 "  ,
7+         "reporting__version" : " 0.5.1 "  ,
8+         "reporting__code_signature" : " 796cf443dbafff33b798aa2c2fc1eabc89f96928 "  ,
99        "reporting__groupby" : " week"  ,
1010        "reporting__split_week" : true ,
1111        "reporting__split_day" : true ,
Original file line number Diff line number Diff line change 44        "reporting__antennas_path" : null ,
55        "reporting__attributes_path" : null ,
66        "reporting__recharges_path" : null ,
7-         "reporting__version" : " 0.5.0 "  ,
8-         "reporting__code_signature" : " 90e12e22bc3c1282c9e7f610bf26ee84287e5945 "  ,
7+         "reporting__version" : " 0.5.1 "  ,
8+         "reporting__code_signature" : " 796cf443dbafff33b798aa2c2fc1eabc89f96928 "  ,
99        "reporting__groupby" : null ,
1010        "reporting__split_week" : true ,
1111        "reporting__split_day" : true ,
Original file line number Diff line number Diff line change 22
33from  setuptools  import  setup 
44
5+ try :
6+     import  pypandoc 
7+     long_description  =  pypandoc .convert ('README.md' , 'rst' )
8+ except (IOError , ImportError ):
9+     long_description  =  open ('README.md' ).read ()
10+ 
11+ 
512setup (
613    name = 'bandicoot' ,
714    author = 'Yves-Alexandre de Montjoye' ,
8159-     version = "0.5" ,
16+     version = "0.5.1 " ,
1017    url = "https://github.com/yvesalexandre/bandicoot" ,
1118    license = "MIT" ,
1219    packages = [
1623    ],
1724    include_package_data = True ,
1825    description = "A toolbox to analyze mobile phone metadata." ,
26+     long_description = long_description ,
1927    classifiers = [
2028        'Environment :: Plugins' ,
2129        'Intended Audience :: Science/Research' ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments