Skip to content

Commit

Permalink
rename dateutil package to python-dateutil
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenholleran committed Jul 24, 2019
1 parent 0be6eaa commit 33aaa63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ requests >= 2.20.0
scipy >= 0.19.1
pytest >= 4.1.0
six >= 1.12.0
dateutil >= 2.8.0
python-dateutil >= 2.8.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='brightwind',
# Update version number here:
version='0.2.6',
version='0.2.7',
packages=['brightwind', 'brightwind.load', 'brightwind.utils', 'brightwind.export', 'brightwind.analyse',
'brightwind.transform', 'brightwind.datasets'],
package_data={
Expand All @@ -15,7 +15,7 @@
},
url='https://github.com/brightwind-dev/brightwind.git',
# Update version number here:
download_url = 'https://github.com/brightwind-dev/brightwind/archive/v0.2.6.tar.gz',
download_url = 'https://github.com/brightwind-dev/brightwind/archive/v0.2.7.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 @@ -33,7 +33,7 @@
'scipy>=0.19.1',
'pytest>= 4.1.0',
'six>= 1.12.0',
'dateutil>=2.8.0'
'python-dateutil>=2.8.0'
],
classifiers=[
"Programming Language :: Python :: 3.6",
Expand Down

0 comments on commit 33aaa63

Please sign in to comment.