Skip to content

Commit

Permalink
FIX: Fix for classifiers and platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
zssherman committed Apr 6, 2022
1 parent 6bcfdce commit 28a1404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
URL = "https://github.com/ARM-DOE/pyart"
DOWNLOAD_URL = "https://github.com/ARM-DOE/pyart"
LICENSE = 'BSD'
PLATFORMS = "Linux, Mac OS-X, Unix, Windows"
CLASSIFIERS = list(filter(None, CLASSIFIERS.split("\n")))
PLATFORMS = ["Linux", "Mac OS-X", "Unix", "Windows"]
SCRIPTS = glob.glob('scripts/*')


Expand Down

0 comments on commit 28a1404

Please sign in to comment.