Skip to content

Commit

Permalink
Remove robotpy package (moving to robotpy-cli)
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Jan 4, 2024
1 parent 3aa950e commit fa4ce88
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 45 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
*.pyc
*.egg-info

/robotpy/version.py

/.vscode
/build
/dist
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2,<8"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "robotpy/version.py"
41 changes: 0 additions & 41 deletions robotpy/__main__.py

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pathlib import Path

setup_dir = Path(__file__).parent
base_package = "robotpy"


def get_reqs_from_path(path):
Expand Down

0 comments on commit fa4ce88

Please sign in to comment.