Remove setuptools minimal version

adding minimal version only for contributors
This commit is contained in:
Hervé Beraud
2017-11-05 12:37:06 +01:00
parent dd692320c9
commit 2ee1a41a78
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -38,6 +38,10 @@ Here are a few things you can do that will increase the likelihood of your pull
- Write a [good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
## Development prerequisites
- setuptools >= 30.3.0
## License note
We can only accept contributions that are compatible with the MIT license.
-1
View File
@@ -21,7 +21,6 @@ $ cd dns
$ virtualenv env
...
$ source env/bin/activate
$ pip install -U setuptools>⁼30.3.0
$ pip install octodns
$ mkdir config
```