Skip to content

Commit f4b9f7b

Browse files
authored
Merge pull request #18 from robotpy/rm-robotpy-pkg
Remove robotpy package (moving to robotpy-cli)
2 parents 3aa950e + 8ec131d commit f4b9f7b

File tree

5 files changed

+0
-46
lines changed

5 files changed

+0
-46
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
*.pyc
22
*.egg-info
33

4-
/robotpy/version.py
5-
64
/.vscode
75
/build
86
/dist

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2,<8"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]
6-
write_to = "robotpy/version.py"

robotpy/__init__.py

Whitespace-only changes.

robotpy/__main__.py

Lines changed: 0 additions & 41 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from pathlib import Path
55

66
setup_dir = Path(__file__).parent
7-
base_package = "robotpy"
87

98

109
def get_reqs_from_path(path):
@@ -40,7 +39,6 @@ def get_reqs_from_path(path):
4039
author_email="[email protected]",
4140
url="https://github.com/robotpy/robotpy-meta",
4241
license="BSD-3-Clause",
43-
packages=find_packages(),
4442
install_requires=install_requires,
4543
extras_require=extras_require,
4644
python_requires=">=3.8,<3.13",

0 commit comments

Comments
 (0)