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

Specify setuptools_scm config in pyproject.toml #399

Merged
merged 1 commit into from
Mar 27, 2020
Merged

Specify setuptools_scm config in pyproject.toml #399

merged 1 commit into from
Mar 27, 2020

Conversation

BenjaminSchubert
Copy link
Contributor

This provides multiple advantages:

  • It is the recommended way of using setuptools_scm
  • It makes it easier for tools to find this dependency and therefore
    build in a sandbox

The previous behavior is still left in place to support older version
of setuptools and pip that do not support PEP 517

Fixes #380

This provides multiple advantages:

- It is the recommended way of using setuptools_scm
- It makes it easier for tools to find this dependency and therefore
  build in a sandbox

The previous behavior is still left in place to support older version
of setuptools and pip that do not support PEP 517
@hugovk hugovk added the changelog: Changed For changes in existing functionality label Mar 27, 2020
@hugovk hugovk merged commit a2c14dd into ultrajson:master Mar 27, 2020
@hugovk
Copy link
Member

hugovk commented Mar 27, 2020

Thanks!

@hugovk
Copy link
Member

hugovk commented May 1, 2020

Hi, I'm considering dropping Python 2.7 soon.

This PR hasn't been released yet.

Do you need this (or think it should be) in a final release that also supports Python 2.7? Or is it okay to release it in an UltraJSON 3.0 that also drops support for Python 2.7?

Thanks!

@BenjaminSchubert
Copy link
Contributor Author

Hey,
I personally don't need python 2.7 so I'm fine with it being released with 3.0.

Thanks for checking!

@BenjaminSchubert BenjaminSchubert deleted the bschubert/sandbox-build branch May 3, 2020 16:42
@hugovk
Copy link
Member

hugovk commented May 3, 2020

Great, hope to have a 3.0 out with this in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: Changed For changes in existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using setuptools_scm in pyproject.toml
2 participants