Skip to content

Commit

Permalink
fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed May 27, 2024
1 parent f22def8 commit 8850d67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion dqpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.


__version__ = "0.2.4"
__version__ = "0.2.5"
35 changes: 0 additions & 35 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.


from setuptools import find_packages, setup

setup(
name="dqpu",
version="0.1",
description="",
author="Davide Gessa",
setup_requires="setuptools",
author_email="[email protected]",
packages=["dqpu", "dqpu.q"],
entry_points={
"console_scripts": [
"dqpu=dqpu.main:main",
],
},
zip_safe=False,
install_requires=["numpy"],
)


# Copyright 2023-2024 Davide Gessa

# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at

# http://www.apache.org/licenses/LICENSE-2.0

# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

from setuptools import setup

import dqpu
Expand Down

0 comments on commit 8850d67

Please sign in to comment.