Skip to content

Commit

Permalink
Changing install and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
John Hawkins authored and John Hawkins committed Apr 11, 2021
1 parent 44d953a commit 0bdcf90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Or simply install the package and use the command line application directly
Installation from the source tree:

```
git clone https://github.com/john-hawkins/minvime
cd minvime
python setup.py install
```

Expand Down
5 changes: 4 additions & 1 deletion minvime/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

from .estimator_classification import estimate_binary_model_requirements

8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
},
include_package_data=True,
version = version,
description = "Python Flask Application for Estimating Minimum Viable Model Performance.",
description = "Python Application for Estimating Minimum Viable Model Performance.",
long_description = long_descr,
long_description_content_type='text/markdown',
author = "John Hawkins",
author_email = "hawkins.john.c@gmail.com",
url = "http://john-hawkins.github.io",
author_email = "john@getting-data-science-done.com",
url = "http://getting-data-science-done.com",
project_urls = {
'Documentation': "http://john-hawkins.github.io",
'Documentation': "https://minvime.readthedocs.io",
'Source': "https://github.com/john-hawkins/minvime",
'Tracker': "https://github.com/john-hawkins/minvime/issues"
}
Expand Down

0 comments on commit 0bdcf90

Please sign in to comment.