-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Python 2.6 tests and mentions, add change log, rename license …
…file.
- Loading branch information
Showing
7 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ dist/ | |
.tox/ | ||
.coverage | ||
.pytest_cache | ||
.cache |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Change Log | ||
========== | ||
|
||
1.1.0 | ||
----- | ||
|
||
Added support for Python 3.4-3.7. Dropped tests against Python 2.6. | ||
|
||
1.0.0 | ||
----- | ||
|
||
Initial release. Supported on Python 2.6 and 2.7. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
include LICENSE | ||
include LICENSE.txt | ||
include CHANGELOG.md | ||
include *.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ directory paths (http://tools.ietf.org/html/draft-kunze-pairtree-01). | |
|
||
## License | ||
|
||
See LICENSE. | ||
See LICENSE.txt. | ||
|
||
## Acknowledgements | ||
|
||
|
@@ -18,6 +18,7 @@ by a number of developers over the years including | |
- [Mark Phillips](https://github.com/vphill) | ||
- [Lauren Ko](https://github.com/ldko) | ||
- [Joey Liechty](https://github.com/yeahdef) | ||
- [Gio Gottardi](https://github.com/somexpert) | ||
|
||
If you have questions about the project feel free to contact Mark Phillips | ||
at [email protected]. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tox] | ||
envlist = py26,py27,py34,py35,py36,flake8 | ||
envlist = py27,py34,py35,py36,py37,flake8 | ||
|
||
[testenv] | ||
deps=pytest | ||
|