Skip to content

Commit

Permalink
STY: update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed May 30, 2023
1 parent df393f4 commit f86fd9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[build-system]
requires = ["setuptools >= 38.6", "pip >= 10"]
build-backend = "setuptools.build_meta:__legacy__"
requires = ["setuptools", "pip >= 10"]
build-backend = "setuptools.build_meta"

[project]
name = "pysatNASA"
version = "0.0.5"
description = "pysat support for NASA Instruments"
readme = "README.md"
requires-python = ">=3.6"
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[metadata]
name = pysatNASA
version = 0.0.5

[flake8]
Expand Down

0 comments on commit f86fd9d

Please sign in to comment.