Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Move code into src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Aug 1, 2018
1 parent 2311334 commit d66dc0b
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
universal = 1

[coverage:run]
source = pypom
source = src/pypom

[flake8]
exclude = .eggs,.tox,docs
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
author='Dave Hunt',
author_email='[email protected]',
url='https://github.com/mozilla/PyPOM',
package_dir={'': 'src'},
packages=['pypom', 'pypom.interfaces'],
install_requires=['zope.interface',
'zope.component',
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d66dc0b

Please sign in to comment.