Skip to content

Commit

Permalink
Move to src layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Aug 14, 2021
1 parent 6c09b7b commit f22669d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -6,7 +6,7 @@ ignore=E226,N802,N803,N806,E402
[versioneer]
VCS = git
style = pep440
versionfile_source = venv_tools/_version.py
versionfile_source = src/venv_tools/_version.py
versionfile_build = venv_tools/_version.py
tag_prefix = v
#parentdir_prefix =
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -8,7 +8,8 @@
setuptools.setup(
name="venv_tools",
version = versioneer.get_version(),
packages = setuptools.find_packages(),
packages = setuptools.find_packages('src'),
package_dir = {'': 'src'},
install_requires = ["virtualenv"],
author = "James Tocknell",
author_email = "aragilar@gmail.com",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f22669d

Please sign in to comment.