Skip to content

Commit

Permalink
Merge pull request #93 from LemurPwned/feat/update-setp
Browse files Browse the repository at this point in the history
Update setup license file field
  • Loading branch information
LemurPwned authored Feb 14, 2025
2 parents 870dbda + b7534de commit 45cb637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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++
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45cb637

Please sign in to comment.