/lib/udev/rules.d/60-pymissile.rules is in pymissile 0.0.20060725-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 | # Tenx Technology, Inc. Rocket Launcher
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="1130", ATTR{idProduct}=="0202", \
MODE="0660", GROUP="plugdev"
|