Skip to content

Commit

Permalink
Merge pull request #37 from ehenneken/refactor
Browse files Browse the repository at this point in the history
no data_files in setup?
  • Loading branch information
ehenneken authored Oct 11, 2016
2 parents 80b772c + 22427f8 commit 0a0bd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.30"
__version__ = "1.0.31"

from ads_utils import make_bibcode
from ads_utils import resolve_references
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def readfile(filename):
description="A Python tool with some general ADS utilities",
packages = ['adsutils', 'adsutils.test'],
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'])],
#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 = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 0a0bd21

Please sign in to comment.