Skip to content

Commit

Permalink
Merged with main branch to bring it upto date with feature branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesan authored and Ganesan committed Oct 19, 2023
1 parent 7b8b5d0 commit 98f0411
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ line-length = 160
target-version = ['py38', 'py39', 'py310', 'py311']
force-exclude = '''
(
| qokit/assets/archives
| ^.txt
| ^.sh
| ^.md
Expand Down
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@ def run(self):
long_description = f.read()


setup(
ext_modules=extensions,
cmdclass={"build_ext": SimulatorBuild},
packages=find_namespace_packages(),
include_package_data=True
)
setup(ext_modules=extensions, cmdclass={"build_ext": SimulatorBuild}, packages=find_namespace_packages(), include_package_data=True)

0 comments on commit 98f0411

Please sign in to comment.