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

Modernise Python packaging #79

Merged
merged 10 commits into from
Jan 15, 2022
Merged

Modernise Python packaging #79

merged 10 commits into from
Jan 15, 2022

Conversation

jhale
Copy link
Member

@jhale jhale commented Jan 14, 2022

This enables modern isolated builds via pyproject.toml, shifts setup.py information into setup.cfg, keeps a barebones setup.py for those who use editable installs, and creates an action for creating sdists and wheels of UFL and uploading them to pypi. Dependencies for linting, building docs, tests and running CI are moved to central extras_require section, e.g. python -m pip install .[test].

setup.cfg Outdated Show resolved Hide resolved
@jhale jhale merged commit 220fff9 into main Jan 15, 2022
@jhale jhale deleted the jhale/modernise-python-packaging branch January 15, 2022 14:23
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

3 participants