Skip to content

Commit

Permalink
remove datasets from setup.py and increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenholleran committed Sep 11, 2019
1 parent 480366e commit b4a7749
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
setup(
name='brightwind',
# Update version number here:
version='0.2.8',
version='0.2.9',
packages=['brightwind', 'brightwind.load', 'brightwind.utils', 'brightwind.export', 'brightwind.analyse',
'brightwind.transform', 'brightwind.datasets'],
'brightwind.transform'], # , 'brightwind.datasets'],
package_data={
# If any package contains *.mplstyle or *.txt files, include them:
'': ['*.mplstyle', 'datasets/demo/*.csv', 'datasets/demo/*.txt'],
'': ['*.mplstyle'], # , 'datasets/demo/*.csv', 'datasets/demo/*.txt'],
},
url='https://github.com/brightwind-dev/brightwind.git',
# Update version number here:
download_url = 'https://github.com/brightwind-dev/brightwind/archive/v0.2.8.tar.gz',
download_url = 'https://github.com/brightwind-dev/brightwind/archive/v0.2.9.tar.gz',
license='GNU Lesser General Public License v3 or later (LGPLv3+)',
author='Stephen Holleran and Inder Preet of BrightWind Ltd',
author_email='[email protected]',
Expand All @@ -26,7 +26,7 @@
'WIND PRO', 'WINDOGRAPHER'],
install_requires=[
'pandas>=0.24.0',
'numpy>=1.14.6',
'numpy>=1.16.4',
'scikit-learn>=0.19.1',
'matplotlib>=3.0.3',
'requests>=2.20.0',
Expand Down

0 comments on commit b4a7749

Please sign in to comment.