Skip to content

Commit

Permalink
Add License-File line to PKG-INFO and SOURCES.txt egg-info files
Browse files Browse the repository at this point in the history
  • Loading branch information
martinholmer committed Feb 4, 2024
1 parent bf61170 commit fe2ff9a
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions taxcalc.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE.md
Requires-Dist: setuptools
Requires-Dist: numpy
Requires-Dist: pandas
1 change: 1 addition & 0 deletions taxcalc.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
LICENSE.md
MANIFEST.in
README.md
setup.py

0 comments on commit fe2ff9a

Please sign in to comment.