brightway-lca / brightway25

A wrapper library for documentation and easy installation of Brightway 2.5
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

setup.py has a classifier for "python 2 only" #1

Closed tngTUDOR closed 2 years ago

tngTUDOR commented 2 years ago

Current

python 2 only is specified in setup.py

Expected

Something newer like 3.X

        'Programming Language :: Python',
        'Programming Language :: Python :: 3',
        'Programming Language :: Python :: 3 :: Only',
tngTUDOR commented 2 years ago

Fixed since: 0aa10b0