Skip to content

Commit

Permalink
fixing freebsd classifier which broke artifact deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Nov 9, 2017
1 parent 75c9cfd commit 6e4d973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -243,7 +243,7 @@ def windows_method(self):
"Programming Language :: Python :: 3.6",
"Operating System :: MacOS :: MacOS X",
"Operating System :: POSIX :: Linux",
"Operating System :: POSIX :: FreeBSD",
"Operating System :: POSIX :: BSD :: FreeBSD",
"Operating System :: Microsoft :: Windows"
],
packages=find_packages(exclude=["*.tests"]),
Expand Down

0 comments on commit 6e4d973

Please sign in to comment.