Skip to content

Commit

Permalink
Merge pull request #678 from KevinMusgrave/dev
Browse files Browse the repository at this point in the history
v2.4.1: use `license_files` in setup.py
  • Loading branch information
Kevin Musgrave authored Dec 16, 2023
2 parents 4ef913f + bd7b5ed commit 3a14f82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
url="https://github.com/KevinMusgrave/pytorch-metric-learning",
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
license_files=('LICENSE',),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion src/pytorch_metric_learning/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.0"
__version__ = "2.4.1"

0 comments on commit 3a14f82

Please sign in to comment.