Skip to content

Commit

Permalink
Merge pull request #64 from PLOS/setupwithseeddata
Browse files Browse the repository at this point in the history
Setupwithseeddata
  • Loading branch information
eseiver authored Dec 27, 2017
2 parents bdfeffe + 2b83c88 commit 6d05524
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Empty file.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name='allofplos',
# https://packaging.python.org/en/latest/single_source_version.html
version='0.9.5',
version='0.9.6',
description='Get and analyze all PLOS articles',
long_description=long_description,
url='https://github.com/PLOS/allofplos',
Expand All @@ -32,8 +32,7 @@
'Programming Language :: Python :: 3.6',
],
keywords='science PLOS publishing',
#packages=find_packages(exclude=['contrib', 'docs', 'tests']),
packages=['allofplos'],
packages=find_packages(),
# List run-time dependencies here. These will be installed by pip when
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
Expand All @@ -55,9 +54,10 @@
# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
##package_data={
## 'sample': ['package_data.dat'],
##},
package_data={
'allofplos':['seed.db'],
'allofplos.seed_corpus': ['*.xml'],
},

# Although 'package_data' is the preferred approach, in some case you may
# need to place data files outside of your packages. See:
Expand Down

0 comments on commit 6d05524

Please sign in to comment.