Skip to content

Commit

Permalink
Merge pull request #32 from ehenneken/travis_deploy
Browse files Browse the repository at this point in the history
project rearrange
  • Loading branch information
ehenneken committed Oct 8, 2016
2 parents a02f1a1 + 88b1740 commit 36d999e
Show file tree
Hide file tree
Showing 25 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
install:
- pip install -r requirements.txt
script:
- nosetests --with-coverage test
- nosetests --with-coverage adsutils/test
after_success:
- coveralls
deploy:
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include *.md
include data/*.dat
include adsutils/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.23"
__version__ = "1.0.26"

from ads_utils import make_bibcode
from ads_utils import resolve_references
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def readfile(filename):
url = 'http://github.com/adsabs/adsutils',
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'])],
packages = ['adsutils'],
data_files= [('adsutils/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 36d999e

Please sign in to comment.