Skip to content

Commit 0c83eff

Browse files
committed
docs link and pypi versions fixed
1 parent 4ceef64 commit 0c83eff

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ You can install this package with `pip`:
1919

2020
## Documentation
2121

22-
Read [the documentation](https://code.agilescientific.com/unmap)
22+
Read [the documentation](https://kwinkunks.github.io/unmap)
2323

2424

2525
## Example
2626

27-
We'll grab an image from the web and unmap it. First we'll download the image:
27+
Let's grab an image from the web and unmap it. First we'll download the image:
2828

2929
```python
3030
from io import BytesIO

setup.cfg

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ classifiers =
1111
Intended Audience :: Science/Research
1212
Development Status :: 3 - Alpha
1313
Natural Language :: English
14-
Programming Language :: Python :: 3.6
15-
Programming Language :: Python :: 3.7
1614
Programming Language :: Python :: 3.8
1715
Programming Language :: Python :: 3.9
1816
Programming Language :: Python :: 3.10

0 commit comments

Comments
 (0)