0

enter image description here

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

Jonas Stein
  • 6,826
  • 7
  • 40
  • 72
  • 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
  • 1
    Please 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 Answers1

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