Skip to content

Commit

Permalink
Limit setup to project
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Jul 22, 2024
1 parent ade3e26 commit a3ecc03
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions myst_libre/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from setuptools_scm import get_version

__version__ = get_version()
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 = ["setuptools", "setuptools-scm"]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[project]
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ docker
hashlib
termcolor
mystmd
requests
setuptools
setuptools_scm
requests

0 comments on commit a3ecc03

Please sign in to comment.