Skip to content

Commit

Permalink
just added setup changes here and closed other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc2761 committed Apr 4, 2024
1 parent cf53a5c commit b016009
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
@@ -1,12 +1,12 @@
from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages

setup(
name='fre-cli',
version='0.1.3',
description='Command Line Interface for FRE commands',
author='Bennett Chang',
author_email='[email protected]',
packages=find_packages(),
packages=find_namespace_packages(),
include_package_data=True,
install_requires=[
'click',
Expand Down

0 comments on commit b016009

Please sign in to comment.