Skip to content

Commit

Permalink
Remove check for added large files from pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
JMorado committed May 26, 2023
1 parent 6016c61 commit 2a05838
Show file tree
Hide file tree
Showing 63 changed files with 44 additions and 183 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ repos:
- id: check-json
- id: check-yaml
- id: check-toml
- id: check-added-large-files
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/psf/black
Expand Down
85 changes: 0 additions & 85 deletions pynemo_37.yml

This file was deleted.

20 changes: 0 additions & 20 deletions pynemo_39.yml

This file was deleted.

54 changes: 44 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,51 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]

[options]
install_requires = [
"netCDF4",
"scipy",
"numpy",
"matplotlib",
"basemap",
"thredds_crawler",
"seawater"
]

[project]
authors = [
{name = "James Harle", email = "[email protected]"},
{name = "John Kazimierz Farey"},
{name = "Srikanth Nagella"},
{name = "Shirley Crompton"},
{name = "Tom Prime"}
]
classifiers = [
"License :: OSI Approved :: GPL License",
"Development Status :: 2 - Pre-Alpha",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Topic :: Oceonography Modelling",
"Topic :: Scientific/Engineering",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Scientific/Engineering"
"Programming Language :: Python :: 3.9"
]
description = "a Python based regional NEMO model configuration toolbox"
description = "NEMO Regional Configuration Toolbox"
dynamic = ["version"]
keywords = ["Oceanography", "NEMO"]
license = {file = "LICENSE"}
name = "PyNEMO"
readme = "README.md"

[project.scripts]
pynemo = "pynemo.pynemo_exe:main"
pynemo_ncml_generator = "pynemo.pynemo_ncml_generator:main"
pynemo_settings_editor = "pynemo.pynemo_settings_editor:main"

[project.urls]
documentation = "https://pynemo.readthedocs.io/en/latest/"
repository = "https://github.com/NOC-MSM/PyNEMO"

[tool.coverage.run]
branch = true

Expand Down Expand Up @@ -56,11 +83,18 @@ select = [
"D"
]

[tool.setuptools]
packages = ["pynemo"]
[tool.setuptools.package-data]
gui = ["*.png", "*.ncml"]
"pynemo" = ["*.info"]
"reader.jars" = ["*.jar"]
share = ["epsg"]

[tool.setuptools.packages.find]
namespaces = true
where = ["src"]

[tool.setuptools_scm]
write_to = "pynemo/version.py"
write_to = "src/pynemo/version.py"
write_to_template = '''
# Do not change! Do not track in version control!
__version__ = "{version}"
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

65 changes: 0 additions & 65 deletions setup.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2a05838

Please sign in to comment.