Skip to content

Commit

Permalink
Update description and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
chkoar committed Jan 13, 2020
1 parent ab57a7d commit 437963a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
exec(f.read())

DISTNAME = "vfi"
DESCRIPTION = "Voting by Feature Intervals classifier."
DESCRIPTION = "Classification by Voting Feature Intervals in Python"
with open("README.rst", encoding="utf-8") as f:
LONG_DESCRIPTION = f.read()
MAINTAINER = "Christos K. Aridas"
Expand All @@ -31,8 +31,6 @@
"Operating System :: POSIX",
"Operating System :: Unix",
"Operating System :: MacOS",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
]
Expand Down
2 changes: 1 addition & 1 deletion vfi/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"

0 comments on commit 437963a

Please sign in to comment.