We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0964a8c commit f80426fCopy full SHA for f80426f
1 file changed
setup.py
@@ -4,7 +4,7 @@
4
long_description = fh.read()
5
6
setuptools.setup(
7
- name="pythonpddl-guilyx", # Replace with your own username
+ name="pythonpddl-guilyx", # Replace with your own username
8
version="0.2.0",
9
author="Erwin Lejeune",
10
author_email="erwinlejeune.pro@gmail.com",
@@ -16,6 +16,7 @@
16
classifiers=[
17
"Programming Language :: Python :: 3",
18
"License :: OSI Approved :: Apache Software License",
19
- "Operating System :: OS Independent",
+ "Operating System :: Ubuntu, MacOS",
20
],
21
- python_requires='>=3.6',
+ python_requires=">=3.6",
22
+)
0 commit comments