Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 2ad2cb4

Browse files
committed
temporarily remove special logic in setup.py
1 parent a208192 commit 2ad2cb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python
22
from setuptools import setup
33

4-
setup(use_scm_version={"version_scheme": "post-release"})
4+
# setup(use_scm_version={"version_scheme": "post-release"})
5+
# TODO: remove this when merging fork to main fork
6+
setup()

0 commit comments

Comments
 (0)