Skip to content

Commit

Permalink
update content type description
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Greco committed Nov 6, 2022
1 parent 416e3c1 commit e734be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
name='jdtree',
packages=['jdtree'],
version='0.0.1',
description='Json Decision Table Tree',
description='Json Decision Table/Tree',
author='Matteo Greco',
license='MIT',
install_requires=[],
setup_requires=['pytest-runner'],
tests_require=['pytest'],
test_suite='tests',
long_description_content_type="text",
long_description='Json Decision Table or Tree',
long_description_content_type="text/markdown",
long_description='Json Decision Table/Tree',
)

0 comments on commit e734be7

Please sign in to comment.