Skip to content

Commit

Permalink
Add scripts subpackage to packages
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Apr 5, 2023
1 parent a9c65fe commit 54d85c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
language_version: python3.11
language_version: python3.10

- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
name: isort (python)
- id: isort
name: isort (python)
language_version: python3.10
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
ext_modules=ext_modules,
setup_requires=["setuptools_scm", "setuptools_scm_git_archive"],
zip_safe=False,
packages=["cxotime", "cxotime.tests"],
packages=["cxotime", "cxotime.scripts", "cxotime.tests"],
tests_require=["pytest"],
cmdclass=cmdclass,
entry_points=entry_points,
Expand Down

0 comments on commit 54d85c8

Please sign in to comment.