Skip to content

Commit 8588de6

Browse files
Fix versioning
1 parent d4b7a9a commit 8588de6

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ is on the list *DOES NOT* mean that it is not dangerous/poisonous/toxic.
1313
## Installation
1414

1515
Run:
16-
`pip install git+https://github.com/alrichardbollans/mining_trait_data.git@1.0`
16+
`pip install git+https://github.com/alrichardbollans/mining_trait_data.git@XX`
1717

1818
### Requirements
1919

setup.py

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
author_email='38588335+alrichardbollans@users.noreply.github.com',
88
# Needed to actually package something
99
packages=find_packages(include=['clean_plant_occurrences', 'data_compilation_methods',
10-
'knapsack_searches',
10+
'knapsack_searches', 'metabolite_properties',
1111
'powo_searches',
1212
'wikipedia_searches'], exclude=['unit_test_methods']),
1313

@@ -18,16 +18,13 @@
1818
},
1919
install_requires=[
2020
"automatchnames == 1.2.1",
21-
"Wikipedia-API==0.5.8",
22-
"pykew==0.1.3",
23-
"beautifulsoup4~=4.10.0",
24-
"tika~=2.6.0",
25-
"html5lib~=1.1",
26-
"lxml",
27-
"sre_yield",
28-
"html5lib",
2921
'openpyxl'
3022
],
23+
extras_require={
24+
'powo': ["pykew"],
25+
'wiki': ["Wikipedia-API"],
26+
'knapsack': ["html5lib"]
27+
},
3128
# *strongly* suggested for sharing
3229
version='1.0',
3330
description='A set of python packages for mining plant trait data',

0 commit comments

Comments
 (0)