Skip to content

Commit

Permalink
Update new python package setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
gaigutherz committed May 10, 2023
1 parent 70b2b70 commit b1045fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

setuptools.setup(
name="akkadian",
version="1.0.11",
author="Ariel Elazary, Gai Gutherz",
author_email="am.elazary@gmail.com, gaigutherz@gmail.com",
version="1.0.12",
author="Gai Gutherz, Ariel Elazary",
author_email="gaigutherz@gmail.com, am.elazary@gmail.com",
description="Translating Akkadian signs to transliteration using NLP algorithms",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/gaigutherz/Translating-Akkadian-using-NLP",
url="https://github.com/gaigutherz/Akkademia",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3.7",
Expand Down

0 comments on commit b1045fd

Please sign in to comment.