Skip to content

Commit

Permalink
Add license_files argument in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Musgrave committed Dec 16, 2023
1 parent 649e110 commit bd7b5ed
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 bd7b5ed

Please sign in to comment.