Skip to content

Commit

Permalink
Releasing v24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lsheikal committed Jul 31, 2024
1 parent 2895e61 commit 006f28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import re
import sys

from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages

def read(*paths):
'''read and return txt content of file'''
Expand Down Expand Up @@ -98,7 +98,7 @@ def version_info(*paths):
keywords = 'genie pyats test automation',

# project packages
packages = find_packages(where = 'src'),
packages = find_namespace_packages(where = 'src'),

# project directory
package_dir = {
Expand Down

0 comments on commit 006f28f

Please sign in to comment.