Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Change package layout #61

Merged
merged 1 commit into from
Mar 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ setup:
.PHONY: setup

test:
pytest .
pytest src tests
.PHONY: test

sdist: clean
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
description='pytest plugin to run pydocstyle',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/henry0312/pytest-docstyle',
url='https://github.com/henry0312/pytest-pydocstyle',
author='OMOTO Tsukasa',
author_email='tsukasa@oomo.to',
license='MIT',
package_dir={'': 'src'},
py_modules=['pytest_pydocstyle'],
python_requires='~=3.6',
install_requires=[
Expand Down
File renamed without changes.