We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bfbba commit 2da9c8cCopy full SHA for 2da9c8c
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
10
setuptools.setup(
11
name="jupyddl", # Replace with your own username
12
- version="0.2.1",
+ version="0.2.2",
13
author="Erwin Lejeune",
14
author_email="erwinlejeune.pro@gmail.com",
15
description="Jupyddl is a PDDL planner built on top of a Julia parser",
@@ -25,7 +25,8 @@
25
"Programming Language :: Python :: 3.8",
26
"Programming Language :: Python :: 3",
27
"License :: OSI Approved :: Apache Software License",
28
- "Operating System :: Ubuntu, MacOS",
+ "Operating System :: Unix",
29
+ "Operating System :: MacOS",
30
"Framework :: Pytest",
31
],
32
python_requires=">=3.6",
0 commit comments