|
15 | 15 | setup( |
16 | 16 | name='allofplos', |
17 | 17 | # https://packaging.python.org/en/latest/single_source_version.html |
18 | | - version='0.9.5', |
| 18 | + version='0.9.6', |
19 | 19 | description='Get and analyze all PLOS articles', |
20 | 20 | long_description=long_description, |
21 | 21 | url='https://github.com/PLOS/allofplos', |
|
32 | 32 | 'Programming Language :: Python :: 3.6', |
33 | 33 | ], |
34 | 34 | keywords='science PLOS publishing', |
35 | | - #packages=find_packages(exclude=['contrib', 'docs', 'tests']), |
36 | | - packages=['allofplos'], |
| 35 | + packages=find_packages(), |
37 | 36 | # List run-time dependencies here. These will be installed by pip when |
38 | 37 | # your project is installed. For an analysis of "install_requires" vs pip's |
39 | 38 | # requirements files see: |
|
55 | 54 | # If there are data files included in your packages that need to be |
56 | 55 | # installed, specify them here. If using Python 2.6 or less, then these |
57 | 56 | # have to be included in MANIFEST.in as well. |
58 | | - ##package_data={ |
59 | | - ## 'sample': ['package_data.dat'], |
60 | | - ##}, |
| 57 | + package_data={ |
| 58 | + 'allofplos':['seed.db'], |
| 59 | + 'allofplos.seed_corpus': ['*.xml'], |
| 60 | + }, |
61 | 61 |
|
62 | 62 | # Although 'package_data' is the preferred approach, in some case you may |
63 | 63 | # need to place data files outside of your packages. See: |
|
0 commit comments