We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727fc3a commit a02b37aCopy full SHA for a02b37a
benchmarks/__init__.py
benchmarks/test_computations.py
setup.cfg
@@ -1,4 +1,3 @@
1
-
2
[metadata]
3
name = fastvector
4
version = 4.0.0
setup.py
@@ -1,8 +1,5 @@
-# setup.py command | New command
-# setup.py sdist | python - m build
-# setup.py test | pytest
-# setup.py install | pip install
5
-# setup.py develop | pip install - e
+# setup.py install | pip install .
+# setup.py develop | pip install -e .
6
from setuptools import setup
7
8
0 commit comments