Skip to content

Commit

Permalink
trying again with no version imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Dec 23, 2023
1 parent 139022c commit 1ac27f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
from setuptools import setup, find_packages
from squadds import __version__

# Read requirements from the requirements.txt file
with open('requirements.txt') as f:
required = f.read().splitlines()

setup(
name='SQuADDS',
version=__version__,
version='0.1.7',
packages=find_packages(),
description='Our project introduces an open-source database of programmatically generated and experimentally validated superconducting quantum device designs, accessible through a user-friendly interface, significantly lowering the entry barrier for research in this field.',
long_description=open('README.md').read(),
Expand Down

0 comments on commit 1ac27f3

Please sign in to comment.