Skip to content
This repository has been archived by the owner on Oct 7, 2023. It is now read-only.

Commit

Permalink
Updating version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sphoneix22 committed Apr 23, 2020
1 parent 958a0d5 commit 6758bf1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@

setuptools.setup(
name="italian_dictionary",
version="1.4",
version="1.5",
author="sphoneix",
author_email="simone.pugliese21@gmail.com",
description="A package which retrieves meaning and other informations about italian words.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/sphoneix22/italian_dictionary",
packages=setuptools.find_packages(),
python_requires='>=3.6',
install_requires = [
'beautifulsoup4'
],
classifiers=(
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
),
Expand Down

0 comments on commit 6758bf1

Please sign in to comment.