Skip to content

Commit

Permalink
Merge pull request #6 from uogbuji/develop
Browse files Browse the repository at this point in the history
Prep for 3.0.2 release
  • Loading branch information
uogbuji authored Oct 3, 2019
2 parents 0ceae87 + 0f5377f commit b8e3b35
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
scratch
#PyCharm
.idea
.pytest_cache
.vscode

MANIFEST

Expand All @@ -27,11 +23,13 @@ develop-eggs
.installed.cfg
lib64
__pycache__
MANIFEST

# Installer logs
pip-log.txt

# Unit test / coverage reports
.pytest_cache
.coverage
.tox
nosetests.xml
Expand All @@ -43,3 +41,8 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject

# Other IDEs
PyCharm
.idea
.vscode
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# amara3.iri
# Amara 3 Core

Core of Amara3 project, which contains a variety of data processing tools, is a module for handling Internationalized Resource Identifiers (IRIs)

Uche Ogbuji
[email protected]

## Install

Requires Python 3.5+. Just run:

```
pip install amara3.iri
```

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Highly recommend installing using `pip install .` not `python setup.py install`
Highly recommend installing using `pip install -U .` not `python setup.py install`
Uses pkgutil-style namespace package (Working on figuring out PEP 420)
Expand Down

0 comments on commit b8e3b35

Please sign in to comment.