Skip to content

Commit

Permalink
fixing bulished module names (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrechka authored Jul 24, 2022
1 parent 3c194c8 commit 3937908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
'scikit-image == 0.19.3'
]

[tool.hatch.build.targets]
[tool.hatch.build.targets.wheel]
packages = ["src/kafkajobs"]

description = "A job queue based on Apache Kafka"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_jobs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import unittest

from src.kafkajobs.jobqueue.queue import JobQueueProducer, JobQueueWorker
from kafkajobs.jobqueue.queue import JobQueueProducer, JobQueueWorker

class TestSum(unittest.TestCase):
def test_pub_sub(self):
Expand Down

0 comments on commit 3937908

Please sign in to comment.