Skip to content

Commit

Permalink
update setup.py for release
Browse files Browse the repository at this point in the history
  • Loading branch information
luciferreeves committed Sep 11, 2022
1 parent 240e00d commit 1327433
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 @@ -9,7 +9,7 @@
from os.path import join
from os.path import splitext

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


Expand All @@ -30,7 +30,7 @@ def read(*names, **kwargs):
author='Bobby',
author_email='bobbyskhs@gmail.com',
url='https://github.com/luciferreeves/edify',
packages=find_packages('src'),
packages=find_namespace_packages('src'),
package_dir={'': 'src'},
py_modules=[splitext(basename(path))[0] for path in glob('src/*.py')],
include_package_data=True,
Expand Down

0 comments on commit 1327433

Please sign in to comment.