Skip to content

Commit a02b37a

Browse files
committed
up
1 parent 727fc3a commit a02b37a

File tree

4 files changed

+2
-55
lines changed

4 files changed

+2
-55
lines changed

benchmarks/__init__.py

Whitespace-only changes.

benchmarks/test_computations.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[metadata]
32
name = fastvector
43
version = 4.0.0

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# setup.py command | New command
2-
# setup.py sdist | python - m build
3-
# setup.py test | pytest
4-
# setup.py install | pip install
5-
# setup.py develop | pip install - e
1+
# setup.py install | pip install .
2+
# setup.py develop | pip install -e .
63
from setuptools import setup
74

85

0 commit comments

Comments
 (0)