From 68beb192914e833f7da7ff17590727c18285c139 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sun, 21 Aug 2022 16:51:04 +0100 Subject: [PATCH] Don't mention license twice --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0ee8c4..161a035 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,10 +7,7 @@ name = 'simplefractions' description = 'Find the simplest fraction for a given float or interval' readme = 'README.md' requires-python = '>=3.6' -license = {file = 'LICENSE'} -authors = [ - {name = 'Mark Dickinson', email = 'dickinsm@gmail.com'} -] +authors = [{name = 'Mark Dickinson', email = 'dickinsm@gmail.com'}] keywords = ['fractions', 'continued fractions', 'approximation'] classifiers = [ 'License :: OSI Approved :: Apache Software License',