Skip to content

Commit

Permalink
Modified underlining on one section title in README.
Browse files Browse the repository at this point in the history
Made setup.py install third_party package as well.
  • Loading branch information
KurtSteinkraus committed Jun 20, 2013
1 parent 8b8f35e commit 2ce0b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ need to split them into multiple files, you should name them each with a
``_binding_specs.py`` suffix.

Binding spec ``configure()`` methods
----------------------------------
------------------------------------

Pinject creates implicit bindings for classes, but sometimes the implicit
bindings aren't what you want. For instance, if you have
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
license='Apache License 2.0',
long_description=open('README.rst').read(),
platforms='all',
packages=['pinject'])
packages=['pinject', 'pinject/third_party'])

0 comments on commit 2ce0b81

Please sign in to comment.