Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Use license_files instead of license_file #2676

Merged
merged 1 commit into from May 19, 2021
Merged

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented May 18, 2021

Summary of changes

Since v56.0.0 / #2620:

The license_file option is now marked as deprecated. Use license_files instead.

So license_file (str) isn't exactly the same as license_files (list-comma), but is it close enough to put it in this table? Would it need a note?

For example, if you have license_file = LICENSE.txt, you can replace that with license_files = LICENSE.txt

Pull Request Checklist

@jaraco jaraco merged commit d656402 into pypa:main May 19, 2021
@hugovk hugovk deleted the patch-1 branch May 20, 2021 07:50
Czaki added a commit to napari/napari that referenced this pull request Jun 21, 2023
# Description

During installation from source, the following message is presented: 

```
********************************************************************************
The license_file parameter is deprecated, use license_files instead.

By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.

See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
```

This PR changes the parameter name and bumps the minimum setuptools
version. Maybe it is possible to use lower version, but they do not put
such information anywhere.

# References

pypa/setuptools#2676

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)
Czaki added a commit to napari/napari that referenced this pull request Jun 21, 2023
# Description

During installation from source, the following message is presented: 

```
********************************************************************************
The license_file parameter is deprecated, use license_files instead.

By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.

See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
```

This PR changes the parameter name and bumps the minimum setuptools
version. Maybe it is possible to use lower version, but they do not put
such information anywhere.

# References

pypa/setuptools#2676

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)
Czaki added a commit to napari/napari that referenced this pull request Jun 21, 2023
# Description

During installation from source, the following message is presented: 

```
********************************************************************************
The license_file parameter is deprecated, use license_files instead.

By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.

See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
```

This PR changes the parameter name and bumps the minimum setuptools
version. Maybe it is possible to use lower version, but they do not put
such information anywhere.

# References

pypa/setuptools#2676

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)
Czaki added a commit to napari/napari that referenced this pull request Jun 21, 2023
# Description

During installation from source, the following message is presented: 

```
********************************************************************************
The license_file parameter is deprecated, use license_files instead.

By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.

See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
```

This PR changes the parameter name and bumps the minimum setuptools
version. Maybe it is possible to use lower version, but they do not put
such information anywhere.

# References

pypa/setuptools#2676

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)
melissawm pushed a commit to melissawm/napari that referenced this pull request Jul 3, 2023
# Description

During installation from source, the following message is presented: 

```
********************************************************************************
The license_file parameter is deprecated, use license_files instead.

By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.

See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
```

This PR changes the parameter name and bumps the minimum setuptools
version. Maybe it is possible to use lower version, but they do not put
such information anywhere.

# References

pypa/setuptools#2676

## Type of change
<!-- Please delete options that are not relevant. -->
- [x] Bug-fix (non-breaking change which fixes an issue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants