Skip to content

Commit 3a14f82

Browse files
Merge pull request #678 from KevinMusgrave/dev
v2.4.1: use `license_files` in setup.py
2 parents 4ef913f + bd7b5ed commit 3a14f82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
url="https://github.com/KevinMusgrave/pytorch-metric-learning",
3232
package_dir={"": "src"},
3333
packages=setuptools.find_packages(where="src"),
34+
license_files=('LICENSE',),
3435
classifiers=[
3536
"Programming Language :: Python :: 3",
3637
"License :: OSI Approved :: MIT License",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.0"
1+
__version__ = "2.4.1"

0 commit comments

Comments
 (0)