Skip to content

Commit

Permalink
Put version directly in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmshaffer committed May 7, 2024
1 parent 8e39283 commit c7cc442
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,9 @@
with open("README.md", "r") as fh:
long_description = fh.read()

with open("src/autoqasm/_sdk/_version.py") as f:
version = f.readlines()[-1].split()[-1].strip("\"'")

setup(
name="autoqasm",
version=version,
version="0.0.1.dev0",
license="Apache License 2.0",
python_requires=">= 3.9",
packages=find_namespace_packages(where="src", exclude=("test",)),
Expand Down
14 changes: 0 additions & 14 deletions src/autoqasm/_sdk/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions src/autoqasm/_sdk/_version.py

This file was deleted.

0 comments on commit c7cc442

Please sign in to comment.