Skip to content

Commit

Permalink
setup is updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Demirrr committed Mar 27, 2024
1 parent 969e0db commit 9c170e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
install_requires=[
"pandas>=1.5.0",
"rdflib>=6.0.2",
"parsimonious>=0.8.1"],
author='Ontolearn Team',
"parsimonious>=0.8.1",
"pytest>=8.1.1"],
author='Caglar Demir',
author_email='[email protected]',
url='https://github.com/dice-group/owlapy',
classifiers=[
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.10",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Topic :: Scientific/Engineering"],
python_requires='>=3.8',
python_requires='>=3.10',
long_description=long_description,
long_description_content_type="text/markdown",
)

0 comments on commit 9c170e0

Please sign in to comment.