From bdfec4632849a125f8e9064d7c0f9cf80992157d Mon Sep 17 00:00:00 2001 From: Paige Gulley Date: Wed, 24 Jul 2024 13:02:05 -0400 Subject: [PATCH] Version bump+ pyproject.toml update --- README.md | 4 ++-- pyproject.toml | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 547607a..4855437 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Make sure `pip install flit twine` so you can build and deploy to PyPI. 1. Bump the version number in `pyproject.toml` 2. Add a note about changes to the version history below 3. Commit the changes and tag it with a semantic version number -4. Run `flit build` to create an installation package -5. Run `flit publish` to upload it to PyPI +4. A github action will build and push the repository on committing a tagged version ### Version History +* __v2.0.5__ - Build-system in pyproject.toml * __v2.0.4__ - reintroduce stopwords * __v2.0.3__ - version bump for automatic releases * __v2.0.2__ - respect domain filters on Media Cloud searches diff --git a/pyproject.toml b/pyproject.toml index 56a0c46..f8c0bba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,10 @@ +[build-system] +requires = ["flit_core >=3.2,<4"] +build-backend = "flit_core.buildapi" + [project] name = "mc-providers" -version = "2.0.4" +version = "2.0.5" authors = [ {name = "Paige Gulley", email = "nano3.14@gmail.com"}, {name = "Rahul Bhargava", email = "r.bhargava@northeastern.edu"},