Skip to content

Commit

Permalink
add charset_normalizer as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jul 22, 2024
1 parent e4aa541 commit 1e4a41f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,29 @@ long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://github.com/XraySpectroscopy/pynxxas/
project_urls =
project_urls =
Source = https://github.com/XraySpectroscopy/pynxxas/
Documentation = https://pynxxas.readthedocs.io/
Tracker = https://github.com/XraySpectroscopy/pynxxas/issues/
classifiers =
classifiers =
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3

[options]
package_dir=
=src
=src
packages=find:
python_requires = >=3.8
install_requires =
install_requires =
typing_extensions; python_version < "3.9"
strenum; python_version < "3.11"
numpy
h5py
pydantic >=2.6
pint
periodictable
charset_normalizer

[options.packages.find]
where=src
Expand All @@ -56,7 +57,7 @@ console_scripts =
[flake8]
ignore = E501, E203, W503
max-line-length = 88
exclude =
exclude =
.eggs

# E402 (module import not at top of file) ignored
Expand Down

0 comments on commit 1e4a41f

Please sign in to comment.