Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Trying to make PyPI play nice...
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmaney committed Jan 24, 2014
1 parent eaaa97a commit 56b652c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion k_means_plus_plus.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from clustering import *

__version_info__ = (0, 0, 2)
__version_info__ = (0, 0, 3)
__version__ = ".".join(map(str, __version_info__))
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
long_description=open("README.md").read(),
license="MIT",
url="https://github.com/jackmaney/k-means-plus-plus-pandas",
download_url="https://github.com/jackmaney/k-means-plus-plus/releases/tag/v" +
kmpp.__version__,
packages=["clustering"],
install_requires=requirements
)

0 comments on commit 56b652c

Please sign in to comment.