Skip to content

Commit

Permalink
Merge pull request #22 from CDJellen/v0.23.7.31
Browse files Browse the repository at this point in the history
0.23.7.31 rc1
  • Loading branch information
CDJellen committed Aug 1, 2023
2 parents 424a1d2 + 219edfc commit f152a77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
setuptools.setup(
name='ndbc-api',
packages=setuptools.find_packages(exclude=['*tests*']),
version='0.0.1.9.4',
version='0.23.7.31',
license='MIT',
description='A Python API for the National Data Buoy Center.',
author='Chris Jellen',
author_email='contact.cdjellen@gmail.com',
author_email='cdjellen@gmail.com',
url='https://github.com/cdjellen/ndbc-api',
long_description=long_description,
long_description_content_type='text/markdown',
download_url='https://github.com/cdjellen/ndbc-api/tarball/main',
keywords=['ndbc', 'python3', 'api', 'oceanography', 'buoy', 'atmospheric'],
install_requires=['requests', 'pandas', 'bs4', 'html5lib'],
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
)

0 comments on commit f152a77

Please sign in to comment.