python is unable to find "spdx" license I have written on the top, attachment is there, plz help me to find out what is wrong with this code
            Asked
            
        
        
            Active
            
        
            Viewed 99 times
        
    0
            
            
        - 
                    You haven't provided an SPDX license number. However, there is nothing "wrong" with this code. That's just a caution. Does it work? – Tim Roberts Mar 02 '22 at 19:39
 - 
                    1Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Mar 02 '22 at 19:43
 
1 Answers
0
            
            
        UNLICENSED is used when you do not want to specify a license. Try using this instead:
SPDX-License-Identifier:MIT;
        Nerdy19
        
- 134
 - 1
 - 6