Skip to content

Commit

Permalink
fixed package distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrePatri committed Aug 31, 2023
1 parent e4d9360 commit 8d35734
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 52 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
flit build --format wheel
python -m pip install .
#!/bin/bash
$PYTHON -m pip install .
3 changes: 2 additions & 1 deletion control_cluster_utils/utilities/plot_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,8 @@ def update_window_offset(self,

self.window_offset_slider.current_val.setText(f'{self.rt_plot_widget.window_offset}')

def toggle_line_visibility(self, label):
def toggle_line_visibility(self,
label):

for i, legend_label in enumerate(self.rt_plot_widget.labels):

Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ source:
requirements:
build:
- python=3.7
- setuptools
- flit
run:
- python=3.7

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["flit_core >=3.2,<4"]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"

[project]
Expand Down
47 changes: 0 additions & 47 deletions setup.py

This file was deleted.

0 comments on commit 8d35734

Please sign in to comment.