Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Dec 29, 2023
1 parent 4795483 commit 1eb9675
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,11 @@ Any contribution is appreciated! You might want to:

* Publishing is automated. Add a YYYYMMDD version tag and GitHub workflows will do the rest.

## Guideline for Packages

* New "install_requires" packages should preserve the MIT Nature of pdfminer.six
* Both New and Existing Packages should have their dependencies checked, as well as the dependencies dependencies etc , to insure packages with "copy left" licences are not required.
* The Following is an example list of copy left licences but is not a complete list : "MPL","EPL","AGPL","MS-RL","GPLv3"
## Guideline for dependencies

* This package is distributed under the [MIT license](LICENSE).
* All dependencies should be compatible with this license.
* Use [licensecheck](https://pypi.org/project/licensecheck/) to validate if new packages are compatible.

## Getting started

Expand Down

0 comments on commit 1eb9675

Please sign in to comment.