a-roomana / django-jalali-date

Jalali Date support for user interface. Easy conversion of DateTimeFiled to JalaliDateTimeField within the admin site, views, forms and templates.
MIT License
292 stars 33 forks source link

Removed 'use_2to3' in setup.py, replace '-' with '_' in setup.cfg #51

Closed soroush-zendedel closed 2 years ago

soroush-zendedel commented 2 years ago

It looks like setuptools>=58 breaks support for use_2to3:

setuptools changelog for v58

So you should update setuptools to setuptools<58 or avoid using packages with use_2to3 in the setup parameters.

Using '-' in setup.cfg warning to replace it with '_'.