Skip to content

Commit

Permalink
added 'platforms' field
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Hromic committed May 11, 2015
1 parent 17a2015 commit 67593c1
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 @@ -2,7 +2,7 @@
setup(
name = "bcubed",
packages = ["bcubed"],
version = "1.1",
version = "1.2",
description = "Simple extended BCubed implementation in Python for clustering evaluation",
long_description = "Simple extended BCubed implementation in Python for clustering evaluation",
author = "Hugo Hromic",
Expand All @@ -13,4 +13,5 @@
keywords = ["bcubed", "clustering", "evaluation"],
classifiers = [],
license = "MIT",
platforms = ["all"],
)

0 comments on commit 67593c1

Please sign in to comment.