Skip to content

Commit

Permalink
Add used-by-Python comments to top-level files
Browse files Browse the repository at this point in the history
  • Loading branch information
soltanmm committed Jan 7, 2016
1 parent 5cab41f commit 4352e87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# GRPC Python setup requirements
enum34>=1.0.4
futures>=2.2.0
cython>=0.23
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Setup settings for GRPC Python

[coverage:run]
plugins = Cython.Coverage

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# GRPC Python tox (test environment) settings
[tox]
skipsdist = true
envlist = py27
Expand Down

0 comments on commit 4352e87

Please sign in to comment.