Skip to content

Commit

Permalink
test formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pinarda committed Feb 1, 2024
1 parent 09461d3 commit 5cf3876
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,15 @@
'Intended Audience :: Science/Research',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Scientific/Engineering',
]

setup(
name='ldcpy',
description='A library for lossy compression of netCDF files using xarray',
long_description=long_description,
python_requires='>=3.6',
python_requires='=3.8',
maintainer='Alex Pinard',
maintainer_email='apinard@mines.edu',
classifiers=CLASSIFIERS,
Expand Down

0 comments on commit 5cf3876

Please sign in to comment.