Skip to content

Commit

Permalink
Merge pull request #3 from eflglobal/release/1.0.2
Browse files Browse the repository at this point in the history
Release/1.0.2
  • Loading branch information
todofixthis committed Jul 4, 2017
2 parents 3be31e3 + 4efa82b commit 5a8b56d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
recursive-include test *.py
10 changes: 4 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,16 @@
description = 'Adds filters for interpreting ISO codes.',
url = 'https://filters.readthedocs.io/',

version = '1.0.1',
version = '1.0.2',

packages = ['filters_iso'],

# Install package filters into the global registry.
entry_points = {
'filters.extensions': [
'iso = filters_iso',
'Country = filters_iso:Country',
'Currency = filters_iso:Currency',
'Locale = filters_iso:Locale',
],
},

Expand All @@ -49,10 +51,6 @@
'nose',
],

data_files = [
('', ['LICENSE']),
],

license = 'MIT',

classifiers = [
Expand Down

0 comments on commit 5a8b56d

Please sign in to comment.