Skip to content

Commit

Permalink
Switch to setuptools
Browse files Browse the repository at this point in the history
Closes #6
Closes #7

Signed-off-by: Patrick Uiterwijk <[email protected]>
Reviewed-by: Simo Sorce <[email protected]>
  • Loading branch information
puiterwijk authored and simo5 committed Jun 16, 2015
1 parent a47af83 commit 4514279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include LICENSE README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Copyright (C) 2015 JWCrypto Project Contributors, see LICENSE file

from distutils.core import setup
from setuptools import setup

setup(
name = 'jwcrypto',
Expand Down

0 comments on commit 4514279

Please sign in to comment.