Skip to content

Commit

Permalink
Remove the old setup_py command.
Browse files Browse the repository at this point in the history
It has been replaced by the python_setup goal.

There are no longer any remaining commands in pants, other than GoalRunner.

Note that this requires 49bb9f4, so it may not work if you cherry-pick it.

Testing Done:
CI passes.

Reviewed at https://rbcommons.com/s/twitter/r/1448/
  • Loading branch information
benjyw authored and Benjy committed Dec 9, 2014
1 parent 43c2ad5 commit 643e89f
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 809 deletions.
1 change: 0 additions & 1 deletion src/docs/target_addresses.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ excluded from the list of targets:
tests/python/pants_test:test_maven_layout
tests/python/pants_test:all
tests/python/pants_test/cache:cache
tests/python/pants_test/commands:commands
...
tests/python/pants_test/tasks:sorttargets
tests/python/pants_test/tasks:targets_help
Expand Down
1 change: 0 additions & 1 deletion src/python/pants/backend/python/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python_library(
sources = ['__init__.py', 'register.py'],
dependencies = [
'src/python/pants/base:build_file_aliases',
'src/python/pants/backend/python/commands:pants_old',
'src/python/pants/backend/python/targets:python',
'src/python/pants/backend/python/tasks:python',
'src/python/pants/goal:task_registrar',
Expand Down
27 changes: 0 additions & 27 deletions src/python/pants/backend/python/commands/BUILD

This file was deleted.

Empty file.
Loading

0 comments on commit 643e89f

Please sign in to comment.