Trying without the version number in setup.py

This commit is contained in:
Jeremy Wright
2022-05-22 13:34:00 -04:00
parent 7164898aa0
commit 162e3c5cc1
2 changed files with 1 additions and 4 deletions

View File

@ -14,8 +14,6 @@
import os
from setuptools import setup, find_packages
version = "2.1"
reqs = []
setup_reqs = []
@ -41,7 +39,6 @@ if not is_rtd and not is_appveyor and not is_azure:
setup(
name="cadquery",
# version=version,
use_scm_version=True,
url="https://github.com/CadQuery/cadquery",
license="Apache Public License 2.0",