Skip to content

Commit d70a599

Browse files
committed
fix README
1 parent 4f5dbbc commit d70a599

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.pytest_cache
33
.cache
44
.DS_Store
5+
env

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
include ccut/data/*
2-
exclude ccut/tests
2+
recursive-exclude ccut/tests/ *

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ For example, running:
123123
```
124124
src_ccu = cc.get_top_ccu("m/s")
125125
dst_ccu = cc.get_top_ccu("mi/hr")
126-
cc.convert_str2str(src_ccu, dst_ccu, 2.7)
126+
cc.convert_ccu2ccu(src_ccu, dst_ccu, 2.7)
127127
```
128128
Will return:
129129
```

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="ccut",
8-
version="0.0.4",
8+
version="1.0.0",
99
author="Basel Shbita",
1010
author_email="[email protected]",
1111
description="A package for identifying, parsing and transforming units of measure",

0 commit comments

Comments
 (0)