Skip to content

Commit

Permalink
create src/
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Jan 24, 2025
1 parent 969a3c3 commit 22496f1
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
setup(
name='juq.py',
version='0.3.1',
packages=find_packages(),
package_dir={'': 'src'},
packages=find_packages(where='src'),
install_requires=open('requirements.txt').read(),
extras_require={
'test': open('requirements-test.txt').read(),
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added tests/__init__.py
Empty file.

0 comments on commit 22496f1

Please sign in to comment.