Skip to content

Commit

Permalink
Merge branch 'release-0.0.1'
Browse files Browse the repository at this point in the history
sinoroc committed Sep 4, 2019
2 parents 05cec99 + 3973995 commit e2b9060
Showing 4 changed files with 19 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,8 +2,10 @@

.. Keep the current version number on line number 5
0.0.1.dev0
==========
0.0.1
=====

2019-09-04


0.0.0
14 changes: 14 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -6,6 +6,20 @@
.. sectnum::


Introduction
============

Display installed Python distributions as a tree of dependencies.


Usage
=====

.. code::
deptree
Repositories
============

1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -20,6 +20,7 @@ url = https://pypi.org/project/deptree/
[options]
install_requires =
importlib_metadata
setuptools
package_dir =
= src
packages = find:
2 changes: 0 additions & 2 deletions src/deptree/__init__.py
Original file line number Diff line number Diff line change
@@ -5,8 +5,6 @@
"""


import pkg_resources

from . import _meta
from . import cli

0 comments on commit e2b9060

Please sign in to comment.