Skip to content

Commit

Permalink
Merge pull request #38 from ehenneken/refactor
Browse files Browse the repository at this point in the history
datafiles
  • Loading branch information
ehenneken committed Oct 11, 2016
2 parents 0a0bd21 + 995c4be commit 834795d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.31"
__version__ = "1.0.32"

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 @@ -38,6 +38,7 @@ def readfile(filename):
license="MIT",
description="A Python tool with some general ADS utilities",
packages = ['adsutils', 'adsutils.test'],
include_package_data=True,
package_data={'adsutils': ['adsutils/data/*.dat']},
#data_files= [(data_dir, ['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 = [
Expand Down

0 comments on commit 834795d

Please sign in to comment.