# HG changeset patch # User drewp@bigasterisk.com # Date 1669351238 28800 # Node ID bbb03247d91981364981bc28ba2d5c242efa8e89 # Parent 7f3b965fce2a7c294eece248edc7c18d9f4e63f9 fix license line diff -r 7f3b965fce2a -r bbb03247d919 pyproject.toml --- a/pyproject.toml Sat Aug 27 00:26:00 2022 -0700 +++ b/pyproject.toml Thu Nov 24 20:40:38 2022 -0800 @@ -5,7 +5,7 @@ authors = [ {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, ] -license-expression = "MIT" +license = "MIT" dependencies = [ 'rdflib >= 6.1.1', 'rdfdb >= 0.23.0', @@ -44,4 +44,4 @@ 'ignore:Code. pytest_mock_example_attribute_that_shouldnt_exist is not defined in namespace .*:UserWarning', # The below warning is a consequence of how pytest detects fixtures and how DefinedNamespace behaves when an undefined attribute is being accessed. 'ignore:Code. _pytestfixturefunction is not defined in namespace .*:UserWarning', -] \ No newline at end of file +]