Skip to content

Commit

Permalink
Add passport and fix MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed May 5, 2014
1 parent 1d0799f commit 212396c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
LICENSE
README.rst
include LICENSE
include README.rst
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import os
from setuptools import setup

install_requires = ['requests']
Expand All @@ -17,6 +18,7 @@
license=open('LICENSE').read(),
package_data={'': ['LICENSE', 'README.md']},
packages=['consulate'],
entry_points=dict(console_scripts=['passport=consulate.passport:main']),
classifiers=['Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
Expand Down

0 comments on commit 212396c

Please sign in to comment.