Skip to content

Commit

Permalink
updated setup.py and history.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonicNinja committed May 19, 2016
1 parent b4aa940 commit cffdd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ History
=======

0.0.2 (2016-05-19)
------------------

* First release on PyPI.
* Uses Peewee syntax
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@
author="Wojciech Nowak",
author_email='mail@pythonic.ninja',
url='https://github.com/PythonicNinja/pydrill_dsl',
packages=[
'pydrill_dsl',
],
package_dir=find_packages(
packages=find_packages(
where='.',
exclude=('test_*', )
),
Expand Down

0 comments on commit cffdd7d

Please sign in to comment.