Skip to content

Commit

Permalink
Merge pull request #36 from Xeferis/35-bug---pip-not-working
Browse files Browse the repository at this point in the history
35 bug   pip not working
  • Loading branch information
Xeferis authored Jul 9, 2024
2 parents 7b1e007 + cf99d47 commit e26a6cc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/setup.py → setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Simple Database',
version='0.0.0',
version='1.0.1',
packages=['Simple_Database'],
package_dir={
'Simple_Database': 'main',
Expand Down
2 changes: 1 addition & 1 deletion tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
import pytest
from unittest.mock import MagicMock, patch
sys.path.append(os.path.dirname(os.path.realpath(__file__)) + "/../src")
sys.path.append(os.path.dirname(os.path.realpath(__file__)) + "/../")
from main import generate_db as gen, operate_db as op


Expand Down

0 comments on commit e26a6cc

Please sign in to comment.