Skip to content

Commit

Permalink
Use src structure to enable pubtools namespace [RHELDST-17607]
Browse files Browse the repository at this point in the history
  • Loading branch information
amcmahon-rh committed May 28, 2024
1 parent 4e0e306 commit 481ee5f
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion pubtools/__init__.py

This file was deleted.

6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages


def get_description():
Expand All @@ -22,7 +22,9 @@ def get_requirements():
setup(
name="pubtools-ami",
version="2.3.1",
packages=find_packages(exclude=["tests"]),

packages=find_namespace_packages(where="src"),
package_dir={"": "src"},
url="https://github.com/release-engineering/pubtools-ami",
license="GNU General Public License",
description=get_description(),
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 481ee5f

Please sign in to comment.