From b7534de3b2cef1aff0947288289e170274a8f51c Mon Sep 17 00:00:00 2001 From: LemurPwned Date: Fri, 14 Feb 2025 17:47:34 +0100 Subject: [PATCH] update license files --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 046e0f0..e08b815 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] long_description = file: README.md long_description_content_type = text/markdown -license_file = LICENSE +license_files = LICENSE classifiers = Programming Language :: Python :: 3 Programming Language :: C++ diff --git a/setup.py b/setup.py index da73f37..33e747a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import Extension, find_namespace_packages, setup from setuptools.command.build_ext import build_ext -__version__ = "1.6.3" +__version__ = "1.6.4" """ As per https://github.com/pybind/python_example