plinss / flake8-noqa

flake8 plugin to validate #noqa comments - Mirror of https://gitlab.linss.com/open-source/flake8/flake8-noqa
GNU Lesser General Public License v3.0
40 stars 6 forks source link

Add license #7

Closed maresb closed 2 years ago

maresb commented 2 years ago

I'm interested in creating a distribution of this plugin for the Conda-Forge repository. For that, this project needs to have a LICENSE file. It's also convenient if there is a source distribution uploaded to PyPI (see my other PR).

I noticed in your setup.py classifiers that you selected a LGPL license. Following the instructions (excluding "optional steps") at https://choosealicense.com/licenses/lgpl-3.0/ under "How to apply this license", I created LICENSE and COPYING.LESSER.

I hope you find this agreeable and useful. Thanks!

maresb commented 2 years ago

@plinss, I submitted a request to add flake8-noqa to conda-forge and it was approved. It's now possible to install via conda install flake8-noqa or mamba install flake8-noqa. The "feedstock" hosts the recipe, and whenever a new version is uploaded to PyPI, a PR is automatically initiated to update the recipe.

I'm happy to add you as a maintainer for the feedstock if you're interested, and if not I can take care of it myself. (Most of the work involves simply merging these automated PRs to keep conda-forge and PyPI in sync.) Thanks for the great tool!