Skip to content

Commit

Permalink
Merge pull request #30 from ehenneken/master
Browse files Browse the repository at this point in the history
data files
  • Loading branch information
ehenneken committed Oct 7, 2016
2 parents 7a62264 + 1c8e885 commit f737ca2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include *.md
recursive-include *.dat
include data/*.dat
include requirements.txt
2 changes: 1 addition & 1 deletion adsutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

""" A Python tool with some general ADS utilities """

__version__ = "1.0.21"
__version__ = "1.0.22"

from ads_utils import make_bibcode
from ads_utils import resolve_references
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def readfile(filename):
license="MIT",
description="A Python tool with some general ADS utilities",
packages = ['adsutils', 'test' ,'config', 'data', 'examples'],
data_files= [('data', ['aps_abbrev.dat','bibstems.dat','conferences.dat',conferences_abbrev.dat','iop_elec.dat','journals.dat','journals_abbrev.dat','needs_issue.dat','notinADS.dat','preprints.dat','unicode.dat'])],
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit f737ca2

Please sign in to comment.