Skip to content

Commit

Permalink
- add package_dir parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
resulyurttakalan committed Sep 25, 2022
1 parent 4d957bb commit 5b12b3b
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
Expand Up @@ -13,11 +13,11 @@ def read(fname):
description="pytest sqlalchemy plugin for mock",
long_description=read("README.md"),
long_description_content_type="text/markdown",
version="0.1.2",
version="0.1.3",
author="Resul Yurttakalan",
author_email="[email protected]",
url="https://github.com/resulyrt93/pytest-sqlalchemy-mock",
py_modules=["pytest_sqlalchemy_mock"],
package_dir={"": "pytest_sqlalchemy_mock"},
entry_points={"pytest11": ["sqlalchemy = pytest_sqlalchemy_mock"]},
install_requires=["pytest>=2.0", "sqlalchemy"],
classifiers=[
Expand Down

0 comments on commit 5b12b3b

Please sign in to comment.