Skip to content

Commit

Permalink
add missing classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Commandcracker committed Feb 26, 2023
1 parent 1fbed1a commit 5d14f95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion display_server_interactions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from platform import system as __system

__version__ = "0.0.dev5"
__version__ = "0.0.dev6"
__author__ = "Commandcracker"

__os_name = __system().lower()
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def get_version(rel_path: str) -> str:
raise RuntimeError("Unable to find version string.")


#requirements = read_requirements("requirements.txt")
# requirements = read_requirements("requirements.txt")

def main() -> None:
setup(
Expand Down Expand Up @@ -61,7 +61,8 @@ def main() -> None:
"License :: OSI Approved :: Apache Software License",

"Operating System :: POSIX :: Linux",
#"Operating System :: OS Independent",
"Operating System :: Microsoft :: Windows",
# "Operating System :: OS Independent",

"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit 5d14f95

Please sign in to comment.