ofajardo / pyreadr

Python package to read and write R RData and Rds files into/from pandas dataframes. No R or other external dependencies required.
GNU Affero General Public License v3.0
296 stars 23 forks source link

Add license info to setup.py for registration on PyPI #53

Closed dmsul closed 3 years ago

dmsul commented 3 years ago

Step 1 in solving Issue #52. Step 2 is the package owner running python setup.py register to update the metadata on PyPI.

ofajardo commented 3 years ago

Thanks! I'll just update the license identifiers to be in sync with Conda. Conda is very strict and uses SPDX identifiers (https://spdx.org/licenses/) which are also used by OSI: (https://opensource.org/licenses/alphabetical)

ofajardo commented 3 years ago

oops, pypi didn't like the SPDX identifiers, putting it back to what you set initially.

ofajardo commented 3 years ago

python setup.py register is deprecated so I'll do a new version.