Skip to content

Commit

Permalink
PyPI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Oct 7, 2014
1 parent 3123b2d commit 0908c6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ ckanext_deadoralive.egg-info/*
*.pyc

dist/*
build/*
node_modules
bower_components
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include README.markdown
recursive-include ckanext/deadoralive *.html *.json *.js *.less *.css
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# http://packaging.python.org/en/latest/tutorial.html#version
version='0.1.0',
version='0.1.4',

description='A CKAN extension for the Dead or Alive link checker service',
long_description=long_description,
Expand Down Expand Up @@ -65,8 +65,8 @@
# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
include_package_data=True,
package_data={
'': ['**/*.html',],
},

# Although 'package_data' is the preferred approach, in some case you may
Expand Down

0 comments on commit 0908c6f

Please sign in to comment.