From 5bbd1bae9c4998895df270b8126a741b36f62188 Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Sun, 10 Jan 2021 22:12:09 +0000 Subject: [PATCH 1/2] update package metadata --- README.md | 2 +- setup.cfg | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fa6587..2216602 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ flametrace COMMAND ## License -[BSD 3-clause](./LICENSE) \ No newline at end of file +[BSD 3-clause](./LICENSE) diff --git a/setup.cfg b/setup.cfg index 6d384e9..8500440 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,8 +1,12 @@ [metadata] name = flametrace version = attr: flametrace.__version__ +author = Leif Walsh +author_email = leif.walsh@gmail.com +url = https://github.com/leifwalsh/flametrace description = Build flamegraph charts for process trees, based on strace. long_description = file: README.md, LICENSE +long_description_content_type = text/markdown license = BSD 3-Clause License classifiers = License :: OSI Approved :: BSD License From a0d6942a9a46469c1169e6109a2f793d96c66ce8 Mon Sep 17 00:00:00 2001 From: Leif Walsh Date: Sun, 10 Jan 2021 22:12:34 +0000 Subject: [PATCH 2/2] version 0.1.1 --- src/flametrace/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flametrace/__init__.py b/src/flametrace/__init__.py index bbc0b81..ad60aed 100644 --- a/src/flametrace/__init__.py +++ b/src/flametrace/__init__.py @@ -24,4 +24,4 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH # DAMAGE. -__version__ = "0.1.0" +__version__ = "0.1.1"