File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- 2021.5.3 
1+ 2021.5.4 
Original file line number Diff line number Diff line change 1- {
"@context" : 
" https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld" , 
"@type" : 
" Code" , 
"author" : [{
"@id" : 
" 0000-0002-4658-2443" , 
"@type" : 
" Person" , 
"email" : 
" [email protected] " , 
"name" : 
" Matthew Scroggs" , 
"affiliation" : 
" Department of Engineering, University of Cambridge" }], 
"identifier" : 
" " , 
"codeRepository" : 
" https://github.com/mscroggs/symfem" , 
"datePublished" : 
" 2021-01-23" , 
"dateModified" : 
" 2021-05-30" , 
"dateCreated" : 
" 2021-01-23" , 
"description" : 
" A symbolic finite element definition library" , 
"keywords" : 
" Python, finite element method, numerical analysis" , 
"license" : 
" MIT" , 
"title" : 
" Symfem" , 
"version" : 
" 2021.5.3 " }
1+ {
"@context" : 
" https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld" , 
"@type" : 
" Code" , 
"author" : [{
"@id" : 
" 0000-0002-4658-2443" , 
"@type" : 
" Person" , 
"email" : 
" [email protected] " , 
"name" : 
" Matthew Scroggs" , 
"affiliation" : 
" Department of Engineering, University of Cambridge" }], 
"identifier" : 
" " , 
"codeRepository" : 
" https://github.com/mscroggs/symfem" , 
"datePublished" : 
" 2021-01-23" , 
"dateModified" : 
" 2021-05-30" , 
"dateCreated" : 
" 2021-01-23" , 
"description" : 
" A symbolic finite element definition library" , 
"keywords" : 
" Python, finite element method, numerical analysis" , 
"license" : 
" MIT" , 
"title" : 
" Symfem" , 
"version" : 
" 2021.5.4 " }
Original file line number Diff line number Diff line change 1818with  open ("README.md" ) as  f :
1919    long_description  =  f .read ().replace (
2020        "(logo/logo.png)" ,
21-         "(logo.png)" )
21+         "(https://raw.githubusercontent.com/mscroggs/symfem/main/logo/ logo.png)" )
2222
2323data_files  =  [
2424    ("symfem" , ["symfem/VERSION" ])]
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments