From ecfcc0a5b362bfeecd120ce389e751d7d5acc7c6 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Sat, 21 Oct 2023 15:39:16 +0900 Subject: Make library source file unexecutable References: https://github.com/NixOS/nixpkgs/pull/262409#pullrequestreview-1691017090 --- README.md | 2 +- pyproject.toml | 2 +- src/formbox.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) mode change 100755 => 100644 src/formbox.py diff --git a/README.md b/README.md index fa218f0..00b8858 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,4 @@ by the Free Software Foundation, either version 3 of the License, or [RSS]: https://www.rssboard.org [nh3]: https://nh3.readthedocs.io [mistune]: https://mistune.lepture.com -[nixpkgs]: https://search.nixos.org/packages?channel=unstable&query=formbox +[nixpkgs]: https://search.nixos.org/packages?query=formbox diff --git a/pyproject.toml b/pyproject.toml index 3786313..eb08fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = "formbox" -version = "0.4.2" +version = "0.4.3" description = "Format mbox as HTML/XML" readme = "README.md" requires-python = ">=3.6" diff --git a/src/formbox.py b/src/formbox.py old mode 100755 new mode 100644 index 236c473..b9da5a1 --- a/src/formbox.py +++ b/src/formbox.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Format mbox as HTML/XML # Copyright (C) 2021-2023 Nguyễn Gia Phong # -- cgit 1.4.1