Skip to content

Commit f80426f

Browse files
committed
fix setup.py
1 parent 0964a8c commit f80426f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="pythonpddl-guilyx", # Replace with your own username
7+
name="pythonpddl-guilyx", # Replace with your own username
88
version="0.2.0",
99
author="Erwin Lejeune",
1010
author_email="erwinlejeune.pro@gmail.com",
@@ -16,6 +16,7 @@
1616
classifiers=[
1717
"Programming Language :: Python :: 3",
1818
"License :: OSI Approved :: Apache Software License",
19-
"Operating System :: OS Independent",
19+
"Operating System :: Ubuntu, MacOS",
2020
],
21-
python_requires='>=3.6',
21+
python_requires=">=3.6",
22+
)

0 commit comments

Comments
 (0)