diff options
author | Val Neekman <val@neekware.com> | 2014-01-01 13:31:27 -0500 |
---|---|---|
committer | Val Neekman <val@neekware.com> | 2014-01-01 13:31:27 -0500 |
commit | 7db6b1646d582ddc421209181b491357ec0338b0 (patch) | |
tree | 637c9b9b4345c6980eba2b737d4676292e008a1f | |
parent | 1f52e37520b54121e63993ac1d56776b6b1be6ee (diff) | |
download | python-slugify-7db6b1646d582ddc421209181b491357ec0338b0.tar.gz |
added credits file
-rw-r--r-- | CREDITS.md | 5 | ||||
-rw-r--r-- | README.md | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/CREDITS.md b/CREDITS.md new file mode 100644 index 0000000..1a70900 --- /dev/null +++ b/CREDITS.md @@ -0,0 +1,5 @@ +juanriaza@github : feature request: (ability to truncate slugs) +arthurdarcet@github: python 3.2, 3.3 travis ci integration +danilodimoia@github: feature request: (non-dash separator support) + + @@ -101,11 +101,6 @@ Credits ==================== **Author:** Val Neekman, [ info@neekware.com, [@vneekman](https://twitter.com/vneekman) ] -Also: - -- arthurdarcet@github - -- danilodimoia@github - -- juanriaza@github - License (BSD) ==================== |