Skip to content

Commit

Permalink
Changes to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
dodaro committed Apr 23, 2024
1 parent 6cacfef commit d75d498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -17,7 +17,6 @@
url='https://github.com/dodaro/pyspel',
download_url='https://github.com/dodaro/pyspel/archive/refs/tags/v1.0.1.tar.gz',
keywords=['answer set programming', 'specification language', 'combinatorial problems'],
install_requires=['decorator'],
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand All @@ -28,5 +27,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
)

0 comments on commit d75d498

Please sign in to comment.