Skip to content

Commit

Permalink
Remove examples and tests from package
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Oct 25, 2024
1 parent ad3f05b commit 1b56abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import find_packages, setup
from setuptools import setup

from ParProcCo import __version__

Expand All @@ -9,7 +9,7 @@
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
author_email="dataanalysis@diamond.ac.uk",
packages=find_packages(),
packages=["ParProcCo", "ParProcCo.slurm", "ParProcCo.test"],
install_requires=["h5py", "pydantic", "pyyaml", "requests"],
extras_require={
"testing": ["parameterized", "pytest"],
Expand Down

0 comments on commit 1b56abc

Please sign in to comment.