Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Oct 18, 2023
1 parent 90ded5f commit 068f2b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def load_version() -> str:
},
packages=setuptools.find_packages(where='src', exclude=['tests*']),
package_dir={'': 'src'},
package_data={'smllib': ['py.typed']},
classifiers=[
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
Expand Down

0 comments on commit 068f2b6

Please sign in to comment.