Skip to content

Commit

Permalink
setup.py: Add more metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Aug 13, 2021
1 parent 5e61488 commit c79ecd8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@
url="https://github.com/NeonMercury/python-lua",
author="Eremin Dmitry",
author_email="mail@eremindmitry.ru",
licence="Apache",
licence="Apache 2.0",
python_requires=">=3.4",
packages=find_packages(),
long_description="",
)
classifiers=[
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Software Development",
"Topic :: Utilities",
],
)

0 comments on commit c79ecd8

Please sign in to comment.