stchris / untangle

Converts XML to Python objects
MIT License
612 stars 83 forks source link

Make classifiers a list not a tuple #77

Closed juliangilbey closed 2 years ago

juliangilbey commented 2 years ago

setup.py gives a warning, at least with Python 3.9:

Warning: 'classifiers' should be a list, got type 'tuple'

This patch fixes this syntax issue.

Best wishes,

Julian