Skip to content

Commit 2da9c8c

Browse files
committed
fix setup.py
1 parent 58bfbba commit 2da9c8c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setuptools.setup(
1111
name="jupyddl", # Replace with your own username
12-
version="0.2.1",
12+
version="0.2.2",
1313
author="Erwin Lejeune",
1414
author_email="erwinlejeune.pro@gmail.com",
1515
description="Jupyddl is a PDDL planner built on top of a Julia parser",
@@ -25,7 +25,8 @@
2525
"Programming Language :: Python :: 3.8",
2626
"Programming Language :: Python :: 3",
2727
"License :: OSI Approved :: Apache Software License",
28-
"Operating System :: Ubuntu, MacOS",
28+
"Operating System :: Unix",
29+
"Operating System :: MacOS",
2930
"Framework :: Pytest",
3031
],
3132
python_requires=">=3.6",

0 commit comments

Comments
 (0)