Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 8, 2024
1 parent 7422a65 commit 3ee82fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions pyglotaran/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Enables 'import pyglotaran' as well as the default 'import glotaran'."""

import sys
from importlib.util import find_spec

Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ url = https://github.com/glotaran/pyglotaran-alias
author = Sebastian Weigand
author_email = [email protected]
license = Apache-2.0
license_file = LICENSE
license_files = LICENSE
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Topic :: Scientific/Engineering
Topic :: Scientific/Engineering :: Chemistry
Expand Down

0 comments on commit 3ee82fb

Please sign in to comment.